|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectCacheInfo | |
|---|---|
| org.exoplatform.services.cache | |
| Uses of ObjectCacheInfo in org.exoplatform.services.cache |
|---|
| Classes in org.exoplatform.services.cache that implement ObjectCacheInfo | |
|---|---|
static class |
FIFOExoCache.ObjectCacheInfoImpl
|
static class |
SimpleExoCache.CacheSoftReference
|
| Methods in org.exoplatform.services.cache that return ObjectCacheInfo | |
|---|---|
protected ObjectCacheInfo |
SimpleExoCache.createObjectCacheInfo(long expTime,
java.lang.Object objToCache)
|
protected ObjectCacheInfo |
FIFOExoCache.createObjectCacheInfo(long expTime,
java.lang.Object objToCache)
|
protected abstract ObjectCacheInfo |
BaseExoCache.createObjectCacheInfo(long expTime,
java.lang.Object objToCache)
|
| Methods in org.exoplatform.services.cache with parameters of type ObjectCacheInfo | |
|---|---|
void |
CachedObjectSelector.onSelect(ExoCache cache,
java.io.Serializable key,
ObjectCacheInfo ocinfo)
|
void |
ExpireKeyStartWithSelector.onSelect(ExoCache cache,
java.io.Serializable key,
ObjectCacheInfo ocinfo)
|
boolean |
CachedObjectSelector.select(java.io.Serializable key,
ObjectCacheInfo ocinfo)
|
boolean |
ExpireKeyStartWithSelector.select(java.io.Serializable key,
ObjectCacheInfo ocinfo)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||