phpDocumentor Cotonti
[ class tree: Cotonti ] [ index: Cotonti ] [ all elements ]

Class: Static_cache_driver

Source Location: /cache.php

Class Static_cache_driver

Class Overview

Static cache is used to store large amounts of rarely modified data

Located in /cache.php [line 87]



		
				Author(s):
		
API Tags:
Abstract:  

Methods

[ Top ]
Descendants
Child Class Description
File_cache A persistent cache using local file system tree. It does not use multilevel structure or lexicograph search, so it may slow down when your cache grows very big.

[ Top ]
Method Summary
bool   store()   Stores data as object image in cache

[ Top ]
Methods
store  [line 96]

  bool store( string $id, mixed $data, [string $realm = COT_DEFAULT_REALM]  )

Stores data as object image in cache

Parameters:
string   $id:  Object identifier
mixed   $data:  Object value
string   $realm:  Realm name

API Tags:
Abstract:  
Access:  public


Redefined in descendants as:

[ Top ]

Documentation generated on Fri, 19 Mar 2010 17:45:22 +0000 by phpDocumentor 1.4.3