Remove Store caching from docs
This commit is contained in:
parent
b06621c6bd
commit
2f99f5561a
1 changed files with 0 additions and 6 deletions
|
@ -68,9 +68,3 @@ It also MUST contain a getter for this variable.
|
||||||
It MUST NOT contain a setter for this variable, as changing the store while the
|
It MUST NOT contain a setter for this variable, as changing the store while the
|
||||||
programm is running is not allowed.
|
programm is running is not allowed.
|
||||||
|
|
||||||
The `Store` object MAY contain caching functionality.
|
|
||||||
If the `Store` type contains caching functionality for filesystem operations,
|
|
||||||
the interface MUST NOT differ from the non-caching interface.
|
|
||||||
If the `Store` type contains caching functionality, these functionality MUST NOT
|
|
||||||
BE visible to the user of the library.
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue