Uses of Interface
com.j_spaces.javax.cache.Cache
Packages that use Cache
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 Cache in com.j_spaces.core.client.cache.map
Classes in com.j_spaces.core.client.cache.map that implement CacheModifier and TypeClassDescriptionfinal classThis class provides a lightweight implementation to GigaSpaces IMap interface (A JCache standard extension), for Distributed Caching using java.util.Map API.Constructors in com.j_spaces.core.client.cache.map with parameters of type CacheModifierConstructorDescriptionEvictionCacheManager(EvictionStrategy evictionStrategy, Cache cache) -
Uses of Cache in com.j_spaces.javax.cache
Methods in com.j_spaces.javax.cache with parameters of type Cache -
Uses of Cache in com.j_spaces.map
Subinterfaces of Cache in com.j_spaces.mapModifier and TypeInterfaceDescriptioninterfaceNotice: since 7.0 this API is internal and might be subject to changes in future versions.Classes in com.j_spaces.map that implement CacheModifier and TypeClassDescriptionclassBase class for all Map implementations.final classThis class provides an implementation to GigaSpaces IMap interface, for Distributed Caching usingMapAPI. -
Uses of Cache in com.j_spaces.map.eviction
Methods in com.j_spaces.map.eviction with parameters of type CacheModifier and TypeMethodDescriptionintintEvicts batch of CacheEntry from the Cache according to the eviction strategy.intEvicts batch of CacheEntry from the Cache according to the eviction strategy.intEvicts batch of CacheEntry from the Cache according to the eviction strategy. -
Uses of Cache in org.openspaces.core
Subinterfaces of Cache in org.openspaces.coreModifier and TypeInterfaceDescriptioninterfaceClasses in org.openspaces.core that implement CacheModifier and TypeClassDescriptionclassAn implementation of theGigaMapinterface simplifying the work with JCache and Map interface on top of the Space.