Uses of Class
org.hcjf.cloud.cache.CloudCache
-
Packages that use CloudCache Package Description org.hcjf.cloud org.hcjf.cloud.cache org.hcjf.cloud.impl -
-
Uses of CloudCache in org.hcjf.cloud
Methods in org.hcjf.cloud that return CloudCache Modifier and Type Method Description static CloudCacheCloud. getCache(java.lang.String cacheName)Return the instance of cache named with specific name.CloudCacheCloudServiceImpl. getCache(java.lang.String cacheName)Return the instance of cache named with specific name. -
Uses of CloudCache in org.hcjf.cloud.cache
Methods in org.hcjf.cloud.cache with parameters of type CloudCache Modifier and Type Method Description voidCloudCacheStrategy. init(CloudCache cacheInstance)Init the strategy for a particular instance of cache.voidSizeStrategy. init(CloudCache cacheInstance)This method initialize the distributed map to maintains the size of the cache. -
Uses of CloudCache in org.hcjf.cloud.impl
Methods in org.hcjf.cloud.impl that return CloudCache Modifier and Type Method Description CloudCacheDefaultCloudServiceImpl. getCache(java.lang.String cacheName)Return the instance of cache named with specific name.
-