Class Cache
Implements the cache for a application.
- Nette\Object
- 
			 Nette\Caching\Cache			
			 implements 
				ArrayAccess Nette\Caching\Cache			
			 implements 
				ArrayAccess
| 
			
			 public 
			
			
			 | |
| 
			
			 public 
			 | |
| 
			
			 public 
			string
			
			 | |
| 
			
			 public 
			
			
			 | |
| 
			
			 public 
			mixed
			
			 | 
		#
		 save( string $key, mixed $data, array $dp = NULL )Writes item into the cache. Dependencies are: 
 | 
| 
			
			 public 
			
			
			 | |
| 
			
			 public 
			
			
			 | |
| 
			
			 public 
			mixed|null
			
			 | |
| 
			
			 public 
			boolean
			
			 | |
| 
			
			 public 
			
			
			 | |
| 
			
			 public static
			boolean
			
			 | 
| 
__call(), 
__callStatic(), 
__get(), 
__isset(), 
__set(), 
__unset(), 
extensionMethod(), 
getReflection()
		 | 
| 
			
			string
		 | 
				PRIORITY
		 | 'priority' | 
			#
			 dependency | 
| 
			
			string
		 | 
				EXPIRATION
		 | 'expire' | |
| 
			
			string
		 | 
				EXPIRE
		 | 'expire' | |
| 
			
			string
		 | 
				SLIDING
		 | 'sliding' | |
| 
			
			string
		 | 
				TAGS
		 | 'tags' | |
| 
			
			string
		 | 
				FILES
		 | 'files' | |
| 
			
			string
		 | 
				ITEMS
		 | 'items' | |
| 
			
			string
		 | 
				CONSTS
		 | 'consts' | |
| 
			
			string
		 | 
				CALLBACKS
		 | 'callbacks' | |
| 
			
			string
		 | 
				ALL
		 | 'all' |