![]() |
Framework
3.9
|
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...
Public Member Functions | |
| FileBackedCache () | |
| keyToFile ($key) | |
| get ($key) | |
| put ($key, $obj, $ttl=0) | |
| invalidate ($key) | |
| invalidateMatching ($pattern) | |
| clear () | |
Public Attributes | |
| $cache | |
| $cacheDir | |
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.
This is NOT recommended for high-volume sites, but may be your only option on a shared server.
| FileBackedCache::clear | ( | ) |
| FileBackedCache::FileBackedCache | ( | ) |
Definition at line 449 of file cache.inc.
| FileBackedCache::invalidate | ( | $key | ) |
| FileBackedCache::invalidateMatching | ( | $pattern | ) |
| FileBackedCache::keyToFile | ( | $key | ) |