Difference between revisions of "Freeside:3:Documentation:Developer/FS/ClientAPI SessionCache"
From Freeside
m (Edit via perl MediaWiki framework (1.13)) |
m (Edit via perl MediaWiki framework (1.13)) |
||
Line 1: | Line 1: | ||
+ | ==NAME== | ||
+ | FS::ClientAPI_SessionCache; | ||
+ | ==SYNOPSIS== | ||
+ | ==DESCRIPTION== | ||
+ | Minimal Cache::Cache-alike interface for storing session cache information. Backends to Cache::SharedMemoryCache, Cache::FileCache, or an internal implementation which stores information in the clientapi_session and clientapi_session_field database tables. | ||
+ | |||
+ | ==METHODS== | ||
+ | ; new | ||
+ | ==BUGS== | ||
+ | Minimal documentation. | ||
+ | |||
+ | ==SEE ALSO== | ||
+ | [[Freeside:3:Documentation:Developer/Cache/Cache|Cache::Cache]], [[Freeside:3:Documentation:Developer/FS/clientapi session|FS::clientapi_session]], [[Freeside:3:Documentation:Developer/FS/clientapi session field|FS::clientapi_session_field]] |
Latest revision as of 05:30, 10 February 2015
Contents
NAME
FS::ClientAPI_SessionCache;
SYNOPSIS
DESCRIPTION
Minimal Cache::Cache-alike interface for storing session cache information. Backends to Cache::SharedMemoryCache, Cache::FileCache, or an internal implementation which stores information in the clientapi_session and clientapi_session_field database tables.
METHODS
- new
BUGS
Minimal documentation.
SEE ALSO
Cache::Cache, FS::clientapi_session, FS::clientapi_session_field