Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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".
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CacheEntry |
DefaultGigaMap.getCacheEntry(Object key) |
Copyright © GigaSpaces.