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) |
@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–2015 Philip Helger. All rights reserved.