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
| 
			
			 public 
			
			
			 | |
| 
			
			 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 |