You are here

protected property EdgeEntityStorageBase::$cacheExpiration in Apigee Edge 8

Number of seconds until an entity can be served from cache.

-1 is also an allowed, which means the item should never be removed unless explicitly deleted.

Type: int

File

src/Entity/Storage/EdgeEntityStorageBase.php, line 68

Class

EdgeEntityStorageBase
Base entity storage class for Apigee Edge entities.

Namespace

Drupal\apigee_edge\Entity\Storage

Code

protected $cacheExpiration = CacheBackendInterface::CACHE_PERMANENT;