Uses of Class
com.j_spaces.javax.cache.CacheException
Packages that use CacheException
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 CacheException in com.j_spaces.core.client.cache.map
Methods in com.j_spaces.core.client.cache.map that throw CacheException -
Uses of CacheException in com.j_spaces.javax.cache
Methods in com.j_spaces.javax.cache that throw CacheExceptionModifier and TypeMethodDescriptionCache.getAll(Collection keys) Deprecated.The getAll method will return, from the cache, a Map of the objects associated with the Collection of keys in argument "keys".voidDeprecated.The load method provides a means to "pre load" the cache.voidCache.loadAll(Collection keys) Deprecated.The loadAll method provides a means to "pre load" objects into the cache. -
Uses of CacheException in com.j_spaces.map
Methods in com.j_spaces.map that throw CacheExceptionModifier and TypeMethodDescriptionAbstractMap.getAll(Collection keys) The getAll method will return, from the cache, a Map of the objects associated with the Collection of keys in argument "keys".voidThe load method provides a means to "pre load" the cache.voidAbstractMap.loadAll(Collection keys) The loadAll method provides a means to "pre load" objects into the cache. -
Uses of CacheException in org.openspaces.core
Methods in org.openspaces.core that throw CacheExceptionModifier and TypeMethodDescriptionDefaultGigaMap.getAll(Collection keys) voidvoidDefaultGigaMap.loadAll(Collection keys)