Framework  3.9
cache.inc File Reference

Go to the source code of this file.

Classes

class  Cache
 The Cache class provides a simple caching interface. More...
 
class  SimpleMemoryCache
 Implements a simple in-memory cache when other cacheing mechanisms are not available. More...
 
class  APCCache
 Provides a simple cacheing mechanism using the Alternative PHP Cache extension. More...
 
class  APCUCache
 Provides a simple cacheing mechanism using the Alternative PHP Cache extension. More...
 
class  WCCache
 Provides a simple cacheing mechanism using the WinCache PHP extension (for use under IIS). More...
 
class  FileBackedCache
 Provides a simple File-backed caching implementation for when no shared memory caching extension is present, but the application has access to a writeable folder. More...