Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add layer to select fast or slow cache for storing values | Bart Visscher | 2012-06-06 | 1 | -0/+55 |
| | |||||
* | Add OC_Cache implementation for APC | Bart Visscher | 2012-06-05 | 1 | -0/+46 |
| | |||||
* | OC_Cache_File ttl=0 indicates forever, but expire in a day to keep the cache ↵ | Bart Visscher | 2012-06-05 | 1 | -1/+4 |
| | | | | clean | ||||
* | Spelling fixes in XCache files | Bart Visscher | 2012-06-05 | 1 | -3/+2 |
| | |||||
* | add hasKey for XCache backend | Robin Appelman | 2012-06-05 | 1 | -0/+4 |
| | |||||
* | Added hasKey() method to OC_Cache. | Thomas Tanghus | 2012-06-05 | 1 | -7/+15 |
| | |||||
* | add XCache backend and testcases for OC_Cache | Robin Appelman | 2012-06-05 | 1 | -0/+37 |
| | |||||
* | add OC_Cache::clear | Robin Appelman | 2012-06-05 | 1 | -4/+19 |
| | |||||
* | return null when a cache variable is not set | Robin Appelman | 2012-06-05 | 1 | -3/+3 |
| | |||||
* | Calendar & Contacts: Store import progress in OC_Cache | Bart Visscher | 2012-06-04 | 1 | -0/+50 |
Convert calendar and contacts import to use a caching system for storing the import progress percentage. OC_Cache can later be made smarter about storing values. |