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 vendor/simplepie/simplepie/library/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 vendor/simplepie/simplepie/library/SimplePie/Cache/Memcache.php
Methods summary
| 
				 public 
				
				
				 | |
| 
				 public 
				boolean
				
				 | |
| 
				 public 
				array
				
				 | |
| 
				 public 
				integer
				
				 | |
| 
				 public 
				boolean
				
				 | |
| 
				 public 
				boolean
				
				 | 
Magic methods summary
Constants summary
Constants inherited from SimplePie_Cache_Base
Properties summary
| 
				protected  
				Memcache
			 | $cache | 
				#
				 Memcache instance | 
| 
				protected  
				array
			 | $options | 
				#
				 Options | 
| 
				protected  
				string
			 | $name | 
				#
				 Cache name | 
