Project

General

Profile

Feature #1207

Updated by Junxiao Shi almost 9 years ago

Develop a policy interface for ContentStore. 

 * The ContentStore itself indexes entries by Name and serves lookups. 
 * The policy should be consulted for admission control and cleanup. 
 * There can be multiple policies in the code repository, but only one active policy is chosen either in configuration file or at compile time. 
 * Runtime change of policy (after inserting some entries) is disallowed. 

 This Feature also includes moving the current embedded "priority FIFO" cleanup feature into a policy, and make it as the default. 

 **NFD Developer Guide** should be updated to reflect this change.

Back