Uses of Class
org.nnsoft.sameas4j.cache.CacheKey

Packages that use CacheKey
org.nnsoft.sameas4j.cache Simple cache APIs to store sameas.org results. 
 

Uses of CacheKey in org.nnsoft.sameas4j.cache
 

Methods in org.nnsoft.sameas4j.cache with parameters of type CacheKey
<T> T
InMemoryCache.get(CacheKey cacheKey, Class<T> type)
          Retrieves an object from the cache.
<T> T
Cache.get(CacheKey cacheKey, Class<T> type)
          Retrieves an object from the cache.
<T> void
InMemoryCache.put(CacheKey cacheKey, T cacheValue)
          Add a new entry in the cache.
<T> void
Cache.put(CacheKey cacheKey, T cacheValue)
          Add a new entry in the cache.
 



Copyright © 2009-2012 99 Software Foundation. All Rights Reserved.