ICacheItem Interface Reference
[Interfaces]
Represent an item in cache, e.g. More...
Inheritance diagram for ICacheItem:
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
Definition at line 8 of file icacheitem.cls.php.
Member Function Documentation
ICacheItem::get_content_compressed | ( | ) |
ICacheItem::get_content_plain | ( | ) |
ICacheItem::get_creationdate | ( | ) |
ICacheItem::get_data | ( | ) |
ICacheItem::get_expirationdate | ( | ) |
The documentation for this interface was generated from the following file:
- gyro/core/lib/interfaces/icacheitem.cls.php