Skip to content

Commit

Permalink
Merge branch 'm25_MDL-39061_Trivial_incorrect_MD' of https://github.c…
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Apr 11, 2013
2 parents e592ccd + 67dfcb3 commit 3ee5362
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cache/README.md
Original file line number 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_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.
** 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.
** 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.
* 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.
* 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.

### Definition
Expand Down

0 comments on commit 3ee5362

Please sign in to comment.