Cache class that stores cached content in a SQLite database.
Inheritence
sfSQLiteCache
<
sfCache
Method Summary
Methods inherited from sfCache
clean , get , getBackend , getLastModified , getLifetime , getMany , getOption , getTimeout , has , initialize , patternToRegexp , remove , removePattern , set , setOption , __construct
Method Details
-
@see sfCache
-
Creates the database schema.
throws sfCacheException
-
@see sfCache
-
@see sfCache
-
@see sfCache
-
@see sfCache
-
@see sfCache
-
@see sfCache
-
Initializes this sfCache instance.
Available options: * database: File where to put the cache database (or :memory: to store cache in memory) * see sfCache for options available for all drivers
-
@see sfCache
-
@see sfCache
-
removePatternRegexpCallback ()
Browse code
Callback used when deleting keys from cache.
-
@see sfCache
-
setDatabase ($database)
Browse code
| $database |
The database name where to store the cache |
Sets the database name.
|