Class GCache
- java.lang.Object
-
- com.google.appengine.api.memcache.stdimpl.GCache
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddListener(javax.cache.CacheListener cacheListener)voidclear()booleancontainsKey(Object key)booleancontainsValue(Object value)Not supported.SetentrySet()Not supported.voidevict()Objectget(Object key)MapgetAll(Collection collection)javax.cache.CacheEntrygetCacheEntry(Object o)javax.cache.CacheStatisticsgetCacheStatistics()booleanisEmpty()SetkeySet()Not supported.voidload(Object o)Not supported.voidloadAll(Collection collection)Not supported.Objectpeek(Object o)Objectput(Object key, Object value)voidputAll(Map m)Objectremove(Object key)voidremoveListener(javax.cache.CacheListener cacheListener)intsize()Collectionvalues()Not supported.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Constructor Detail
-
GCache
public GCache(Map<?,?> properties)
Creates a JCache implementation over the provided service with the given properties.- Parameters:
properties- Properties for this cache.
-
-
Method Detail
-
addListener
public void addListener(javax.cache.CacheListener cacheListener)
- Specified by:
addListenerin interfacejavax.cache.Cache
-
evict
public void evict()
- Specified by:
evictin interfacejavax.cache.Cache
-
getAll
public Map getAll(Collection collection)
- Specified by:
getAllin interfacejavax.cache.Cache
-
getCacheEntry
public javax.cache.CacheEntry getCacheEntry(Object o)
- Specified by:
getCacheEntryin interfacejavax.cache.Cache
-
getCacheStatistics
public javax.cache.CacheStatistics getCacheStatistics()
- Specified by:
getCacheStatisticsin interfacejavax.cache.Cache
-
load
public void load(Object o)
Not supported.- Specified by:
loadin interfacejavax.cache.Cache
-
loadAll
public void loadAll(Collection collection)
Not supported.- Specified by:
loadAllin interfacejavax.cache.Cache
-
removeListener
public void removeListener(javax.cache.CacheListener cacheListener)
- Specified by:
removeListenerin interfacejavax.cache.Cache
-
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKeyin interfaceMap
-
containsValue
public boolean containsValue(Object value)
Not supported.- Specified by:
containsValuein interfaceMap
-
values
public Collection values()
Not supported.
-
-