Class Horde_Kolab_Storage_Cache_Data
A cache backend for Kolab storage data handlers.
Copyright 2007-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Package: Kolab\Storage
Category: Kolab
License: LGPL 2.1
Author: Thomas Jarosch thomas.jarosch@intra2net.com
Author: Gunnar Wrobel wrobel@pardus.de
Link: http://pear.horde.org/index.php?package=Kolab_Storage
Located at Horde/Kolab/Storage/Cache/Data.php
Category: Kolab
License: LGPL 2.1
Author: Thomas Jarosch thomas.jarosch@intra2net.com
Author: Gunnar Wrobel wrobel@pardus.de
Link: http://pear.horde.org/index.php?package=Kolab_Storage
Located at Horde/Kolab/Storage/Cache/Data.php
public
|
|
public
null
|
|
public
string
|
|
public
null
|
|
public
boolean
|
|
public
array
|
|
public
array
|
|
public
array
|
|
public
array
|
|
public
|
|
public
string
|
|
public
array
|
|
public
array
|
|
public
resource
|
|
public
array
|
|
public
array
|
|
public
integer
|
|
public
boolean
|
|
public
mixed
|
|
public
null
|
|
public
array
|
|
public
null
|
#
store( array $objects,
Store the objects list in the cache. |
public
null
|
string |
B2O
Key for the backend ID to object ID mapping. |
#
'M'
|
string |
O2B
Key for the object ID to backend ID mapping. |
#
'B'
|
string |
OBJECTS
Key for the objects. |
#
'O'
|
string |
DUPLICATES
Key for recording duplicate objects. |
#
'U'
|
string |
ERRORS
Key for recording error objects. |
#
'E'
|
string |
STAMP
Key for the stamp. |
#
'P'
|
string |
DATA_VERSION
Key for the data format version. |
#
'D'
|
string |
SYNC
Key for the last time the data was synchronized. |
#
'S'
|
string |
VERSION
Key for the cache format version. |
#
'V'
|
string |
ID
Key for the data set parameters associated with this cache. |
#
'I'
|
string |
FORMAT_VERSION
Holds the version number of the cache format. |
#
'1'
|
string |
QUERIES
Holds query results. |
#
'Q'
|