aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/cache.php
AgeCommit message (Expand)Author
2013-03-30Fixes #5302 - Automatically registers view to simplecache on elgg_get_simplec...Paweł Sroka
2013-02-23Fixes #4840 reload translations now pulls languages from cache when system ca...Cash Costello
2013-02-09Small changes to remove static analysis noise and simplify flowSteve Clay
2013-02-09Doc fixes and inline type hints for variables (big static analysis cleanup)Steve Clay
2012-06-14rewrote the language caching - now not calling register_translations() if we ...Cash Costello
2012-02-04Merge pull request #156 from cash/cache_langcash
2012-02-03lazy boolean expression evaluation leaves function expressionsJanek Lasocki-Biczysko
2012-01-28Refs #4180 was caching extensions which was causing double extensionsCash Costello
2012-01-25plugins use language cache and cache is cleared properlycash
2012-01-25caching language datacash
2012-01-21moved cache loading out of plugin codeCash Costello
2012-01-21better location for system cache in data directoryCash Costello
2012-01-21Fixes #4180 finished conversion to system cache by converting datalist/CONFIG...Cash Costello
2012-01-21switched the function names to system cacheCash Costello
2012-01-21cleans up the boot processCash Costello
2012-01-08most of the comments in the engine now past the snifferCash Costello
2011-10-29Fixes #4029, refs #3859. elgg_invalidate_simplecache() resets the lastcached ...Brett Profitt
2011-10-08Fixes #3936 added @access private to internal functionsCash Costello
2011-04-18Fixes #3365. Pulled in blacktooth's patch.brettp
2011-04-13Fixes #3331. Changed cache schema to allow for JS/CSS views with slashes and ...brettp
2011-03-17Fixes #3123. Datalists and config names can now be up to 255 chars long. Debu...brettp
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ...ewinslow
2011-02-18Refs #2847. Fixed simplecache settings and functionality for initial installa...brettp
2011-02-15Fixes #2923: Removed "view" prefix from simplecache function namesewinslow
2011-02-15Fixes #2920: Moved simplecache functions into cache.phpewinslow
2010-12-31Refs #2752, #2635. Merged r7299 to trunk.brettp
2010-10-30moved file path cache functions into the cache lib which seems to be a more l...cash
2010-10-22Removed @license, @copyright, and @author from files. License and copyright a...brettp
2010-09-15Refs #2220: Pulled remaining classes out of lib files. Core classes now auto...ewinslow
2010-09-06Refs #2220: Pulled most classes / interfaces out of lib files (except query.p...ewinslow
2010-08-22Merged r6757:6810 from 1.7 branch into trunkcash
2009-12-10closes #1244 - checking whether file exists before deleting it in cachecash
2009-10-14Standardized engine/lib/cache.phpbrettp
2009-08-20Whoa nelly this is a big one: Removed license and copyright for files.brettp
2009-07-29Fixes #1151: Added is_dir() check before attempting to create cache directory.brettp
2009-06-10File cache attempts to create directory if it is not present.marcus
2009-03-03Cache delete now functionalmarcus
2009-03-02Limitless queries now supportedmarcus
2009-02-16Removed select_default_memcache as this was not used.marcus
2009-01-23Refs #706marcus
2008-11-12No longer blanks all caches when clearingmarcus
2008-11-12Closes #543marcus
2008-11-06isset fixesmarcus
2008-11-06Added test to see if memcache is available.marcus
2008-11-06Class hierachy changed to separate shared memory caching marcus
2008-11-05Added "add" method to cache only if it doesn't exist already.marcus
2008-11-04Refs #514 : Using memcache if availablemarcus
2008-11-04git-svn-id: https://code.elgg.org/elgg/trunk@2391 36083f99-b078-4883-b0ff-0f9...marcus
2008-11-04Moved caching to function so it can be easily replacedmarcus
2008-11-03Minor tweaksmarcus