Class SimplePie_Cache_Memcache
Caches data to memcache
Registered for URLs with the "memcache" protocol
For example,
memcache://localhost:11211/?timeout=3600&prefix=sp_
will
connect to memcache on localhost
on port 11211. All tables will be
prefixed with sp_
and data will expire after 3600 seconds
- SimplePie_Cache_Memcache implements SimplePie_Cache_Base
Package: SimplePie\Caching
Copyright: 2004-2012 Ryan Parman, Geoffrey Sneddon, Ryan McCue
License: BSD License
Author: Ryan Parman
Author: Geoffrey Sneddon
Author: Ryan McCue
Uses: Memcache
Located at SimplePie/Cache/Memcache.php
Copyright: 2004-2012 Ryan Parman, Geoffrey Sneddon, Ryan McCue
License: BSD License
Author: Ryan Parman
Author: Geoffrey Sneddon
Author: Ryan McCue
Uses: Memcache
Located at SimplePie/Cache/Memcache.php
public
|
#
__construct( string $location, string $name, string $type )
Create a new cache object Parameters
Implementation of |
public
boolean
|
|
public
array
|
|
public
integer
|
|
public
boolean
|
|
public
boolean
|
TYPE_FEED,
TYPE_IMAGE
|
protected
Memcache
|
$cache |
|
#
Memcache instance |
protected
array
|
$options |
|
#
Options |
protected
string
|
$name |
|
#
Cache name |