rapila
Public Member Functions | List of all members
CachingStrategyNone Class Reference
Inheritance diagram for CachingStrategyNone:
CachingStrategy

Public Member Functions

 exists (Cache $oCache)
 
 read (Cache $oCache)
 
 write (Cache $oCache, $sEntry, $bAppend=false)
 
 date (Cache $oCache)
 
 cacheIsOff ()
 
 cacheIsOffForWriting ()
 
- Public Member Functions inherited from CachingStrategy
 __construct ()
 
 init ($aOptions=array())
 
 setOption ($sKey, $mValue)
 
 encodedKey (Cache $oCache)
 
 exists (Cache $oCache)
 
 read (Cache $oCache)
 
 readData (Cache $oCache)
 
 pass (Cache $oCache)
 
 write (Cache $oCache, $sEntry, $bAppend=false)
 
 writeData (Cache $oCache, $mEntry)
 
 date (Cache $oCache)
 
 size (Cache $oCache)
 
 cacheIsOffForWriting ()
 
 cacheIsOff ()
 
 expiresTimestamp ($oCache)
 
 supportsNotModified ()
 
 clearCaches ()
 
 __clone ()
 

Additional Inherited Members

- Static Public Member Functions inherited from CachingStrategy
static create ($aOptions=array())
 
static forModule ($sModule)
 
static fromConfig ($sType)
 
static configuredStrategies ()
 
- Protected Member Functions inherited from CachingStrategy
 replaceOption (Cache $oCache, $sOption)
 
- Protected Attributes inherited from CachingStrategy
 $respect_cache_control_headers = true
 
 $send_not_modified_response = true
 
 $expires = null
 
 $nocache_param = 'nocache'
 
 $key_encode = null
 

Detailed Description

Does not cache anything. May not be applicable in all scenarios.


The documentation for this class was generated from the following file: