private property CompanyMembershipObjectCache::$persistentCacheExpiration 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
- modules/
apigee_edge_teams/ src/ CompanyMembershipObjectCache.php, line 60
Class
- CompanyMembershipObjectCache
- Providers a persistent & non-persistent cache for company membership objects.
Namespace
Drupal\apigee_edge_teamsCode
private $persistentCacheExpiration = CacheBackendInterface::CACHE_PERMANENT;