create

Holds the prepared statement for creating an entry.

delete

Holds the prepared statement for deleting an entry.

dsn

Holds the parsed URL components.

dsn_string

Holds the PDO-friendly version of the connection string.

expires

The number of seconds before a cache object is considered stale.

Inherited from CacheCore

gzip

Stores whether or not the content should be gzipped when stored

Inherited from CacheCore

id

Used internally to uniquely identify the location + name of the cache object.

Inherited from CacheCore

location

Where to store the cache.

Inherited from CacheCore

name

A name to uniquely identify the cache object by.

Inherited from CacheCore

pdo

Reference to the PDO connection object.

read

Holds the prepared statement for reading an entry.

reset

Holds the prepared statement for resetting the expiry of an entry.

store_read

Holds the response of the read so we only need to fetch it once instead of doing multiple queries.

timestamp

Stores the time when the cache object was created.

Inherited from CacheCore

update

Holds the prepared statement for updating an entry.

Copyright © 2010–2013 Amazon Web Services, LLC


Feedback