|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InternalCacheValue | |
---|---|
org.infinispan.commands.remote | |
org.infinispan.container.entries |
Uses of InternalCacheValue in org.infinispan.commands.remote |
---|
Methods in org.infinispan.commands.remote that return InternalCacheValue | |
---|---|
InternalCacheValue |
ClusteredGetCommand.perform(InvocationContext context)
Invokes a logical "get(key)" on a remote cache and returns results. |
Uses of InternalCacheValue in org.infinispan.container.entries |
---|
Classes in org.infinispan.container.entries that implement InternalCacheValue | |
---|---|
class |
ImmortalCacheValue
An immortal cache value, to correspond with ImmortalCacheEntry |
class |
MortalCacheValue
A mortal cache value, to correspond with MortalCacheEntry |
class |
TransientCacheValue
A transient cache value, to correspond with TransientCacheEntry |
class |
TransientMortalCacheValue
A transient, mortal cache value to correspond with TransientMortalCacheEntry |
Methods in org.infinispan.container.entries that return InternalCacheValue | |
---|---|
static InternalCacheValue |
InternalEntryFactory.createValue(Object v)
|
static InternalCacheValue |
InternalEntryFactory.createValue(Object v,
long created,
long lifespan,
long lastUsed,
long maxIdle)
|
InternalCacheValue |
TransientMortalCacheEntry.toInternalCacheValue()
|
InternalCacheValue |
TransientCacheEntry.toInternalCacheValue()
|
InternalCacheValue |
MortalCacheEntry.toInternalCacheValue()
|
InternalCacheValue |
InternalCacheEntry.toInternalCacheValue()
Creates a representation of this entry as an InternalCacheValue . |
InternalCacheValue |
ImmortalCacheEntry.toInternalCacheValue()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |