Bart Visscher
a7806076b1
Move generating cache key from files from OC_Minimizer to OC_Cache
13 years ago
Thomas Müller
d5fd5cd584
Respect coding style
13 years ago
Bart Visscher
52f2e7112e
Whitespace fixes in lib
13 years ago
Robin Appelman
6843beeae9
add option to only get fast cache
13 years ago
Robin Appelman
51566e87c7
add prefix option to OC_Cache::clear
13 years ago
Robin Appelman
2b74778958
add method to OC_Cache to check whether a fast cache (apc/xdebug/etc) is available
13 years ago
Bart Visscher
531c1c509c
Cache: Add APC and XCache to global cache handler
13 years ago
Bart Visscher
4e4a1a4274
Cache: Use getUserCache cache in OC_Cache
13 years ago
Bart Visscher
cae089df91
Cache: Create global cache in OC_Cache
13 years ago
Bart Visscher
8dba47d466
Add layer to select fast or slow cache for storing values
13 years ago
Thomas Tanghus
098beae751
Added hasKey() method to OC_Cache.
13 years ago
Robin Appelman
e11bf460e0
add OC_Cache::clear
13 years ago
Bart Visscher
091b343d5c
Calendar & Contacts: Store import progress in OC_Cache
...
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.
13 years ago