Feature #3148
Updated by Junxiao Shi about 9 years ago
Add a configuration option for ContentStore policy. This is non-runtime settings (i.e., cannot be switched without restarting NFD). The setting should be something similar to ``` ... tables { # CS policy. Possible values are "priority_fifo" "fifo" (default), "lru" cs_policy "lru" ... } ... ``` **NFD Developer Guide** should be updated as part of this issue.