.

ICacheItem Interface Reference
[Interfaces]

Represent an item in cache, e.g. More...

Inheritance diagram for ICacheItem:
DAOCache

List of all members.

Public Member Functions

  get_content_compressed ()
  Return the content gzip compressed.
  get_content_plain ()
  Return the content in plain form.
  get_creationdate ()
  Return creation date.
  get_data ()
  Return data associated with this item.
  get_expirationdate ()
  Return expiration date.

Detailed Description

Represent an item in cache, e.g.

a row in cache table

Author:
Gerd Riesselmann

Definition at line 8 of file icacheitem.cls.php.


Member Function Documentation

ICacheItem::get_content_compressed (  ) 

Return the content gzip compressed.

Returns:
string

Implemented in DAOCache.

ICacheItem::get_content_plain (  ) 

Return the content in plain form.

Returns:
string

Implemented in DAOCache.

ICacheItem::get_creationdate (  ) 

Return creation date.

Returns:
datetime

Implemented in DAOCache.

ICacheItem::get_data (  ) 

Return data associated with this item.

Returns:
mixed

Implemented in DAOCache.

ICacheItem::get_expirationdate (  ) 

Return expiration date.

Returns:
datetime

Implemented in DAOCache.


The documentation for this interface was generated from the following file: