summaryrefslogtreecommitdiff
path: root/content/backing_store.h
Commit message (Collapse)AuthorAgeFilesLines
* fix spelling of retrivedVincent Sanders2016-11-211-11/+11
|
* Change backing store fetch operation to always perform the allocationsVincent Sanders2015-03-311-6/+4
| | | | | | The fetch API previously allowed for the caller to supply the storage, this was never used and was preventing the refactoring necessary for small black storage to be available.
* Improve doxygen comments and add todo for cache and backing storeVincent Sanders2014-11-231-3/+8
|
* remove constness from backing stores store methodVincent Sanders2014-11-231-1/+1
|
* change the persistant data store to owning the allocationsVincent Sanders2014-11-221-25/+24
|
* update entry points to backing store ready for allowing differing object ↵Vincent Sanders2014-11-201-15/+42
| | | | lifetimes
* low level source data cache backing store interface.Vincent Sanders2014-05-121-0/+100