|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheEntry | |
---|---|
com.j_spaces.javax.cache | Deprecated: use com.gigaspaces.datasource instead. |
org.openspaces.core | Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and the ability to create it. |
Uses of CacheEntry in com.j_spaces.javax.cache |
---|
Methods in com.j_spaces.javax.cache that return CacheEntry | |
---|---|
CacheEntry |
EvictionStrategy.createEntry(Object key,
Object value,
long ttl,
int version)
Deprecated. Creates new CacheEntry for the Cache and probably saves the entry in the internal structures. |
CacheEntry |
Cache.getCacheEntry(Object key)
Deprecated. Returns the CacheEntry object associated with the object identified by "key". |
Methods in com.j_spaces.javax.cache with parameters of type CacheEntry | |
---|---|
void |
EvictionStrategy.discardEntry(CacheEntry entry)
Deprecated. Discard an Entry from the EvictionStrategy internal structures. |
void |
EvictionStrategy.touchEntry(CacheEntry entry)
Deprecated. Informs the eviction strategy on a CacheEntry use. |
Uses of CacheEntry in org.openspaces.core |
---|
Methods in org.openspaces.core that return CacheEntry | |
---|---|
CacheEntry |
DefaultGigaMap.getCacheEntry(Object key)
|
|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |