Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -112/+0 |
| | | | | | Conflicts: lib/private/vcategories.php | ||||
* | updating php docs | Thomas Müller | 2013-09-18 | 1 | -5/+10 |
| | |||||
* | Note to self 2: Do as you preach. Test! | Thomas Tanghus | 2013-09-18 | 1 | -3/+3 |
| | |||||
* | OC_Cache namespace changes and add UserCache to server container. | Thomas Tanghus | 2013-09-17 | 1 | -3/+5 |
| | | | | Refs #4863 | ||||
* | Seperate memory based cache from OC_Cache | Robin Appelman | 2013-03-17 | 1 | -59/+8 |
| | |||||
* | Move generating cache key from files from OC_Minimizer to OC_Cache | Bart Visscher | 2012-10-29 | 1 | -0/+9 |
| | |||||
* | Respect coding style | Thomas Müller | 2012-09-05 | 1 | -5/+5 |
| | |||||
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -2/+2 |
| | |||||
* | add option to only get fast cache | Robin Appelman | 2012-07-22 | 1 | -16/+41 |
| | |||||
* | add prefix option to OC_Cache::clear | Robin Appelman | 2012-07-22 | 1 | -3/+4 |
| | |||||
* | add method to OC_Cache to check whether a fast cache (apc/xdebug/etc) is ↵ | Robin Appelman | 2012-07-22 | 1 | -0/+46 |
| | | | | available | ||||
* | Cache: Add APC and XCache to global cache handler | Bart Visscher | 2012-06-25 | 1 | -0/+10 |
| | |||||
* | Cache: Use getUserCache cache in OC_Cache | Bart Visscher | 2012-06-25 | 1 | -37/+24 |
| | |||||
* | Cache: Create global cache in OC_Cache | Bart Visscher | 2012-06-25 | 1 | -0/+14 |
| | |||||
* | Add layer to select fast or slow cache for storing values | Bart Visscher | 2012-06-06 | 1 | -0/+10 |
| | |||||
* | Added hasKey() method to OC_Cache. | Thomas Tanghus | 2012-06-05 | 1 | -0/+7 |
| | |||||
* | add OC_Cache::clear | Robin Appelman | 2012-06-05 | 1 | -0/+7 |
| | |||||
* | Calendar & Contacts: Store import progress in OC_Cache | Bart Visscher | 2012-06-04 | 1 | -0/+40 |
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. |