[Swift_Cache] element index

Package indexes

All elements
a c d g h j k m o p r s w _
_
top
__construct
Ctor
__construct
Ctor
__construct
Ctor.
__destruct
Dtor.
a
top
addStream
Add a new output stream
c
top
$cache
The cache object to read
$className
Swift_CacheFactory::$className in CacheFactory.php
The name of the class which defines the cache
clear
Clear out the buffer for $key
clear
Clear the cached data (unset)
clear
Clear the cached data (unlink)
Cache.php
Cache.php in Cache.php
CacheFactory.php
CacheFactory.php in CacheFactory.php
d
top
Disk.php
Disk.php in Disk.php
g
top
getCache
Swift_CacheFactory::getCache() in CacheFactory.php
Return a new instance of the cache object
getOutputStream
A factory method to return an output stream object for the relevant location in the cache
h
top
has
Check if data is cached for $key
has
Check if data is cached for $key
has
Swift_Cache::has() in Cache.php
Check if there is something in the cache for $key
j
top
JointOutputStream.php
JointOutputStream.php in JointOutputStream.php
k
top
$key
Swift_Cache_OutputStream::$key in OutputStream.php
The key to read in the actual cache
m
top
Memory.php
Memory.php in Memory.php
o
top
$open
Open file handles
OutputStream.php
OutputStream.php in OutputStream.php
p
top
$pointer
The current stream in use
$prefix
The prefix to prepend to files
r
top
$requested
The key which was last requested
read
Read data from the cache for $key
read
Swift_Cache_JointOutputStream::read() in JointOutputStream.php
Read data from all streams as if they are one stream
read
Read data from the cache for $key
read
Read bytes from the cache and seek through the buffer
read
Swift_Cache::read() in Cache.php
Read bytes from the cached buffer and seek forward in the buffer
readFull
Read the entire cached data as one string
s
top
$save_path
The save path on disk
$store
The storage container for this cache
$streams
The streams to join
setClassName
Set the name of the class which is supposed to be used
setSavePath
Set the save path of the disk - this is a global setting and called statically!
Swift_Cache
Swift_Cache in Cache.php
The interface for any cache mechanisms to follow
Swift_CacheFactory
Swift_CacheFactory in CacheFactory.php
Makes instances of the cache the user has defined
Swift_Cache_Disk
Swift_Cache_Disk in Disk.php
Caches data in files on disk - this is the best approach if possible
Swift_Cache_JointOutputStream
Swift_Cache_JointOutputStream in JointOutputStream.php
Makes multiple output streams act as one super sream
Swift_Cache_Memory
Swift_Cache_Memory in Memory.php
Caches data in variables - uses memory!
Swift_Cache_OutputStream
Swift_Cache_OutputStream in OutputStream.php
The wraps the streaming functionality of the cache
w
top
write
Write data to the cache
write
Write data to the cache
write
Append bytes to the cache buffer identified by $key
a c d g h j k m o p r s w _