Skip to content

Commit

Permalink
MDL-39061 Cache: (trivial) incorrect MD sublisting
Browse files Browse the repository at this point in the history
  • Loading branch information
scara committed Apr 9, 2013
1 parent 422f68f commit 67dfcb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cache/README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ The following points highlight things you should know about stores.
* The store plugin can inherit the cache_is_lockable interface to handle its own locking. * The store plugin can inherit the cache_is_lockable interface to handle its own locking.
* The store plugin can inherit the cache_is_key_aware interface to handle is own has checks. * The store plugin can inherit the cache_is_key_aware interface to handle is own has checks.
* Store plugins inform the cache API about the things they support. Features can be required by a definition. * Store plugins inform the cache API about the things they support. Features can be required by a definition.
** Data guarantee - Data is guaranteed to exist in the cache once it is set there. It is never cleaned up to free space or because it has not been recently used. * Data guarantee - Data is guaranteed to exist in the cache once it is set there. It is never cleaned up to free space or because it has not been recently used.
** Multiple identifiers - Rather than a single string key, the parts that make up the key are passed as an array. * Multiple identifiers - Rather than a single string key, the parts that make up the key are passed as an array.
** Native TTL support - When required, the store supports native ttl and doesn't require the cache API to manage ttl of things given to the store. * Native TTL support - When required, the store supports native ttl and doesn't require the cache API to manage ttl of things given to the store.
* There are two reserved store names, base and dummy. These are both used internally. * There are two reserved store names, base and dummy. These are both used internally.


### Definition ### Definition
Expand Down

0 comments on commit 67dfcb3

Please sign in to comment.