Alpha Framework alpha--util--cache
[ class tree: alpha--util--cache ] [ index: alpha--util--cache ] [ all elements ]

Element index for package alpha--util--cache

Package indexes

[ a ] [ d ] [ g ] [ s ] [ _ ]

_

_

__construct
in file AlphaCacheProviderMemcache.inc, method AlphaCacheProviderMemcache::__construct()
    Constructor
a

a

AlphaCacheProviderFactory
in file AlphaCacheProviderFactory.inc, class AlphaCacheProviderFactory
    A factory for creating cache provider implementations that implement the AlphaCacheProviderInterface interface.
AlphaCacheProviderInterface
in file AlphaCacheProviderInterface.inc, class AlphaCacheProviderInterface
    An interface that contains the methods for a cache implementation for storing business objects and other less complex values.
AlphaCacheProviderMemcache
in file AlphaCacheProviderMemcache.inc, class AlphaCacheProviderMemcache
    An implementation of the AlphaCacheProviderInterface interface that uses Memcache as the target store.
AlphaCacheProviderFactory.inc
procedural page AlphaCacheProviderFactory.inc
AlphaCacheProviderInterface.inc
procedural page AlphaCacheProviderInterface.inc
AlphaCacheProviderMemcache.inc
procedural page AlphaCacheProviderMemcache.inc
d

d

delete
in file AlphaCacheProviderMemcache.inc, method AlphaCacheProviderMemcache::delete()
    (non-PHPdoc)
delete
in file AlphaCacheProviderInterface.inc, method AlphaCacheProviderInterface::delete()
    Attempt to delete the value from the cache for the given $key.
g

g

get
in file AlphaCacheProviderMemcache.inc, method AlphaCacheProviderMemcache::get()
    (non-PHPdoc)
get
in file AlphaCacheProviderInterface.inc, method AlphaCacheProviderInterface::get()
    Attempt to get the value from the cache for the given $key.
getInstance
in file AlphaCacheProviderFactory.inc, method AlphaCacheProviderFactory::getInstance()
    A static method that attempts to return a AlphaCacheProviderInterface instance based on the name of the provider class supplied.
s

s

set
in file AlphaCacheProviderMemcache.inc, method AlphaCacheProviderMemcache::set()
    (non-PHPdoc)
set
in file AlphaCacheProviderInterface.inc, method AlphaCacheProviderInterface::set()
    Attempt to set the value in the cache for the given $key. Old values on the same key will be overwritten.

Documentation generated on Tue, 13 Dec 2011 20:25:27 +0000 by phpDocumentor 1.4.3