The interface for any cache mechanisms to follow
Located in /Swift/Cache.php (line 18)
Class | Description |
---|---|
Swift_Cache_Disk | Caches data in files on disk - this is the best approach if possible |
Swift_Cache_Memory | Caches data in variables - uses memory! |
Clear out the buffer for $key
A factory method to return an output stream object for the relevant location in the cache
Check if there is something in the cache for $key
Read bytes from the cached buffer and seek forward in the buffer
Returns false once no more bytes are left to read
Append bytes to the cache buffer identified by $key
Documentation generated on Wed, 26 Mar 2008 20:33:04 +1100 by phpDocumentor 1.3.1