Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | $storage shouldn't be static in OC_Cache_File | Michael Gapczynski | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Fix OC_Cache_File | Bart Visscher | 2012-08-29 | 1 | -4/+4 |
| | |||||
* | fixing: apps/files/ajax/scan.php | Thomas Mueller | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Remember storage view in OC_Cache_File | Bart Visscher | 2012-08-28 | 1 | -1/+6 |
| | |||||
* | Clean user cache on login | Bart Visscher | 2012-08-28 | 1 | -0/+21 |
| | |||||
* | Add background job for global file cache cleanup | Bart Visscher | 2012-08-28 | 1 | -6/+28 |
| | |||||
* | add prefix option to OC_Cache::clear | Robin Appelman | 2012-07-22 | 4 | -9/+12 |
| | |||||
* | Cache: try to set the fast cache in the Broker | Bart Visscher | 2012-06-25 | 1 | -5/+3 |
| | |||||
* | Cache: Add APC and XCache to global cache handler | Bart Visscher | 2012-06-25 | 2 | -2/+20 |
| | |||||
* | Add compatability function for APC cache | Bart Visscher | 2012-06-22 | 1 | -0/+8 |
| | |||||
* | Fix errors for minimizer | Bart Visscher | 2012-06-18 | 1 | -0/+8 |
| | |||||
* | Forgot a file | Bart Visscher | 2012-06-18 | 1 | -0/+70 |
| | |||||
* | 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. |