[Ndn-interest] Write to CS

Tai-Lin Chu tailinchu at gmail.com
Tue Mar 1 08:52:46 PST 2016


There are two in-app cache implementations (ndn.Cache) in go-ndn:

- persist.Cacher: uses on-disk mmap packet store
- mux.Cacher: uses in-memory lru packet store

See example https://github.com/go-ndn/example/blob/master/producer/producer.go

On Tue, Mar 1, 2016 at 7:37 AM, ahmed abencherou <a.abencherou at gmail.com> wrote:
> Hi all,
>
> I wonder if an application can access the local cache (CS) to add Data
> packets in order to answer Interests
>
> Thanks.
>
> --
> ABENCHEROU Ahmed
>
>
> _______________________________________________
> Ndn-interest mailing list
> Ndn-interest at lists.cs.ucla.edu
> http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest
>



More information about the Ndn-interest mailing list