- get(Serializable) - Method in class org.exoplatform.services.cache.concurrent.ConcurrentFIFOExoCache
-
- get(Serializable) - Method in interface org.exoplatform.services.cache.ExoCache
-
Performs a lookup operation.
- get(K) - Method in class org.exoplatform.services.cache.future.FutureCache
-
- get(C, K) - Method in class org.exoplatform.services.cache.future.FutureCache
-
Perform a cache lookup for the specified key within the specified context.
- get(K) - Method in class org.exoplatform.services.cache.future.FutureExoCache
-
- get(Serializable) - Method in class org.exoplatform.services.cache.invalidation.InvalidationExoCache
-
- get() - Method in interface org.exoplatform.services.cache.ObjectCacheInfo
-
Returns the entry value which may be null.
- getAllCacheInstances() - Method in interface org.exoplatform.services.cache.CacheService
-
Returns a collection of all the cache instances.
- getAllCacheInstances() - Method in class org.exoplatform.services.cache.impl.CacheServiceImpl
-
- getCachedObjects() - Method in class org.exoplatform.services.cache.concurrent.ConcurrentFIFOExoCache
-
- getCachedObjects() - Method in interface org.exoplatform.services.cache.ExoCache
-
Returns a list of cached object that are considered as valid when the method is called.
- getCachedObjects() - Method in class org.exoplatform.services.cache.invalidation.InvalidationExoCache
-
- getCacheHit() - Method in class org.exoplatform.services.cache.concurrent.ConcurrentFIFOExoCache
-
- getCacheHit() - Method in interface org.exoplatform.services.cache.ExoCache
-
Returns the number of time the cache was queried and a valid entry was returned.
- getCacheHit() - Method in class org.exoplatform.services.cache.invalidation.InvalidationExoCache
-
- getCacheInfo() - Method in interface org.exoplatform.services.cache.CacheListenerContext
-
Returns cache infos.
- getCacheInfo() - Method in class org.exoplatform.services.cache.concurrent.ListenerContext
-
- getCacheInstance(String) - Method in interface org.exoplatform.services.cache.CacheService
-
Returns a specific cache instance.
- getCacheInstance(String) - Method in class org.exoplatform.services.cache.impl.CacheServiceImpl
-
- getCacheMiss() - Method in class org.exoplatform.services.cache.concurrent.ConcurrentFIFOExoCache
-
- getCacheMiss() - Method in interface org.exoplatform.services.cache.ExoCache
-
Returns the number of time the cache was queried and no entry was returned.
- getCacheMiss() - Method in class org.exoplatform.services.cache.invalidation.InvalidationExoCache
-
- getCacheMode() - Method in class org.exoplatform.services.cache.ExoCacheConfig
-
- getCacheSize() - Method in class org.exoplatform.services.cache.concurrent.ConcurrentFIFOExoCache
-
- getCacheSize() - Method in interface org.exoplatform.services.cache.ExoCache
-
Returns the number of entries in the cache.
- getCacheSize() - Method in class org.exoplatform.services.cache.invalidation.InvalidationExoCache
-
- getConfigs() - Method in class org.exoplatform.services.cache.ExoCacheConfigPlugin
-
- getExpireTime() - Method in interface org.exoplatform.services.cache.ObjectCacheInfo
-
Returns the expiration time of the entry in milli seconds.
- getImplementation() - Method in class org.exoplatform.services.cache.ExoCacheConfig
-
Returns the full qualified name of the cache implementation to use.
- getLabel() - Method in class org.exoplatform.services.cache.concurrent.ConcurrentFIFOExoCache
-
- getLabel() - Method in interface org.exoplatform.services.cache.ExoCache
-
Returns the cache label
- getLabel() - Method in class org.exoplatform.services.cache.ExoCacheConfig
-
Returns the cache label
- getLabel() - Method in class org.exoplatform.services.cache.invalidation.InvalidationExoCache
-
- getListeners() - Method in class org.exoplatform.services.cache.concurrent.ConcurrentFIFOExoCache
-
- getListeners() - Method in class org.exoplatform.services.cache.invalidation.AsyncInvalidationExoCache
-
- getLiveTime() - Method in interface org.exoplatform.services.cache.CacheInfo
-
Returns the cache entry life time in seconds.
- getLiveTime() - Method in class org.exoplatform.services.cache.concurrent.ConcurrentFIFOExoCache
-
- getLiveTime() - Method in class org.exoplatform.services.cache.concurrent.ListenerContext
-
- getLiveTime() - Method in interface org.exoplatform.services.cache.ExoCache
-
Returns the maximum life time of an entry in the cache.
- getLiveTime() - Method in class org.exoplatform.services.cache.ExoCacheConfig
-
Returns the amount of time (in seconds) a cache entry is not written
or read before it is evicted
- getLiveTime() - Method in class org.exoplatform.services.cache.invalidation.InvalidationExoCache
-
- getLiveTimeMillis() - Method in class org.exoplatform.services.cache.concurrent.ConcurrentFIFOExoCache
-
- getMaxSize() - Method in interface org.exoplatform.services.cache.CacheInfo
-
Returns the cache max size.
- getMaxSize() - Method in class org.exoplatform.services.cache.concurrent.ConcurrentFIFOExoCache
-
- getMaxSize() - Method in class org.exoplatform.services.cache.concurrent.ListenerContext
-
- getMaxSize() - Method in interface org.exoplatform.services.cache.ExoCache
-
Returns the maximum capacity of the cache.
- getMaxSize() - Method in class org.exoplatform.services.cache.ExoCacheConfig
-
Returns the maximum amount of entries allowed in the cache
- getMaxSize() - Method in class org.exoplatform.services.cache.invalidation.InvalidationExoCache
-
- getName() - Method in interface org.exoplatform.services.cache.CacheInfo
-
Returns the cache name.
- getName() - Method in enum org.exoplatform.services.cache.CacheMode
-
- getName() - Method in class org.exoplatform.services.cache.concurrent.ConcurrentFIFOExoCache
-
- getName() - Method in class org.exoplatform.services.cache.concurrent.ListenerContext
-
- getName() - Method in interface org.exoplatform.services.cache.ExoCache
-
Returns the cache name
- getName() - Method in class org.exoplatform.services.cache.ExoCacheConfig
-
Returns the cache name
- getName() - Method in class org.exoplatform.services.cache.invalidation.InvalidationExoCache
-
- getSize() - Method in interface org.exoplatform.services.cache.CacheInfo
-
Returns the cache size.
- getSize() - Method in class org.exoplatform.services.cache.concurrent.ListenerContext
-
- getValue() - Method in class org.exoplatform.services.cache.invalidation.HashCode
-