public class PSBoundSchemaCache extends com.helger.commons.cache.AbstractNotifyingCache<PSBoundSchemaCacheKey,IPSBoundSchema>
IPSBoundSchema
instances. Use getInstance()
to
retrieve a global singleton instance. Alternatively you may instantiate this
class regularly.Constructor and Description |
---|
PSBoundSchemaCache(String sCacheName) |
Modifier and Type | Method and Description |
---|---|
static PSBoundSchemaCache |
getInstance() |
protected IPSBoundSchema |
getValueToCache(PSBoundSchemaCacheKey aKey) |
clearCache, createCache, getFromCacheNoStats, getFromCacheNoStatsNotLocked, getFromCacheNotLocked, getMaxSize, getName, getSize, hasMaxSize, isEmpty, isNotEmpty, putInCache, putInCacheNotLocked, removeFromCache, toString
@Nonnull public static PSBoundSchemaCache getInstance()
@Nonnull @IsLocked(value=WRITE) protected IPSBoundSchema getValueToCache(@Nullable PSBoundSchemaCacheKey aKey)
getValueToCache
in class com.helger.commons.cache.AbstractNotifyingCache<PSBoundSchemaCacheKey,IPSBoundSchema>
Copyright © 2014–2016 Philip Helger. All rights reserved.