Project

General

Profile

Feature #1207

Updated by Junxiao Shi about 9 years ago

Develop a policy interface for ContentStore. 

 * The ContentStore itself indexes entries by Name and serves lookups. 
 * The needs to allow run-time or compile-time policy setting.    This task includes determination of what type of policy selection (compile time or run-time) should be consulted for admission control and cleanup. 
 * There can be multiple policies used in the code repository, but only one active policy is chosen either in configuration file or at compile time. 
 * Runtime change NFD, implementation of policy (after inserting some entries) is disallowed. interface, and LRU policy for CS. 

 This Feature also includes moving the current embedded "priority FIFO" cleanup feature into a policy, ![CS and make it as the default. policies](http://named-data.net/doc/nfd-uml/images/TablesCS.png)

Back