You are here

interface PurgeCacheable in Purge 7.2

Defines cacheable items.

Cacheable items don't have initial values. This interface sets the item properties with a value that is cached for reuse.

Hierarchy

Expanded class hierarchy of PurgeCacheable

All classes that implement PurgeCacheable

File

includes/purge.class.inc, line 47
Contains all class and interface definitions for Purge.

View source
interface PurgeCacheable {
  function cache();

}

Members