Uses of Interface
com.j_spaces.javax.cache.CacheEntry
Packages that use CacheEntry
Package
Description
Deprecated: use
com.gigaspaces.datasource instead.Provides GigaSpaces MAP API
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.core.client.cache.map
Classes in com.j_spaces.core.client.cache.map that implement CacheEntryMethods in com.j_spaces.core.client.cache.map that return CacheEntry -
Uses of CacheEntry in com.j_spaces.javax.cache
Methods in com.j_spaces.javax.cache that return CacheEntryModifier and TypeMethodDescriptionEvictionStrategy.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.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 CacheEntryModifier and TypeMethodDescriptionvoidEvictionStrategy.discardEntry(CacheEntry entry) Deprecated.Discard an Entry from the EvictionStrategy internal structures.voidEvictionStrategy.touchEntry(CacheEntry entry) Deprecated.Informs the eviction strategy on a CacheEntry use. -
Uses of CacheEntry in com.j_spaces.map
Methods in com.j_spaces.map that return CacheEntryModifier and TypeMethodDescriptionfinal CacheEntryGSMapImpl.getCacheEntry(Object key) Returns the CacheEntry object associated with the object identified by "key". -
Uses of CacheEntry in com.j_spaces.map.eviction
Methods in com.j_spaces.map.eviction that return CacheEntryModifier and TypeMethodDescriptionFIFOEvictionStrategy.createEntry(Object key, Object value, long ttl, int version) Creates new CacheEntry for the Cache and probably saves the entry in the internal structures.LFUEvictionStrategy.createEntry(Object key, Object value, long ttl, int version) Creates new CacheEntry for the Cache and probably saves the entry in the internal structures.NoneEvictionStrategy.createEntry(Object key, Object value, long ttl, int version) Creates new CacheEntry for the Cache and probably saves the entry in the internal structures.SizeEvictionStrategy.createEntry(Object key, Object value, long ttl, int version) Creates new CacheEntry for the Cache and probably saves the entry in the internal structures.Methods in com.j_spaces.map.eviction with parameters of type CacheEntryModifier and TypeMethodDescriptionvoidFIFOEvictionStrategy.discardEntry(CacheEntry entry) Discard an Entry from the EvictionStrategy internal structures.voidLFUEvictionStrategy.discardEntry(CacheEntry entry) Discard an Entry from the EvictionStrategy internal structures.voidNoneEvictionStrategy.discardEntry(CacheEntry entry) Discard an Entry from the EvictionStrategy internal structures.voidSizeEvictionStrategy.discardEntry(CacheEntry entry) Discard an Entry from the EvictionStrategy internal structures.voidFIFOEvictionStrategy.touchEntry(CacheEntry entry) Informs the eviction strategy on a CacheEntry use.voidLFUEvictionStrategy.touchEntry(CacheEntry entry) Informs the eviction strategy on a CacheEntry use.voidLRUEvictionStrategy.touchEntry(CacheEntry entry) Informs the eviction strategy on a CacheEntry use.voidNoneEvictionStrategy.touchEntry(CacheEntry entry) Informs the eviction strategy on a CacheEntry use.voidSizeEvictionStrategy.touchEntry(CacheEntry entry) Informs the eviction strategy on a CacheEntry use. -
Uses of CacheEntry in org.openspaces.core
Methods in org.openspaces.core that return CacheEntry