Previous Page
Properties

Solar_Cache_Adapter_File
Methods

Next Page
__construct()

Methods

Public

__construct()
Constructor.
__destruct()
Default destructor; does nothing other than provide a safe fallback for calls to parent::__destruct().
add()
Inserts cache entry data, but only if the entry does not already exist.
apiVersion()
Reports the API version for this class.
delete()
Deletes an entry from the cache.
deleteAll()
Removes all entries from the cache.
dump()
Convenience method for getting a dump the whole object, or one of its properties, or an external variable.
entry()
Returns the path and filename for the entry key.
fetch()
Fetches cache entry data.
getLife()
Gets the cache lifetime in seconds.
isActive()
Gets the current activity state of the cache (on or off).
locale()
Looks up class-specific locale strings based on a key.
save()
Inserts/updates cache entry data.
setActive()
Makes the cache active (true) or inactive (false).

Protected

_exception()
Convenience method for returning exceptions with localized text.

Private

None.