Uses of Interface
org.hcjf.cloud.cache.CloudCacheStrategy
-
Packages that use CloudCacheStrategy Package Description org.hcjf.cloud org.hcjf.cloud.cache org.hcjf.cloud.impl -
-
Uses of CloudCacheStrategy in org.hcjf.cloud
Method parameters in org.hcjf.cloud with type arguments of type CloudCacheStrategy Modifier and Type Method Description static voidCloud. createCache(java.lang.String cacheName, java.util.Set<CloudCacheStrategy> strategies)Creates a instance of cache into the cloud using the specific strategy to specify the behavior of the cache instance.voidCloudServiceImpl. createCache(java.lang.String cacheName, java.util.Set<CloudCacheStrategy> strategies)Creates a instance of cache into the cloud using the specific strategy to specify the behavior of the cache instance. -
Uses of CloudCacheStrategy in org.hcjf.cloud.cache
Classes in org.hcjf.cloud.cache that implement CloudCacheStrategy Modifier and Type Class Description classSizeStrategyThis strategy maintains the size of the internal storage.Constructor parameters in org.hcjf.cloud.cache with type arguments of type CloudCacheStrategy Constructor Description CloudCache(java.lang.String cacheName, java.util.Set<CloudCacheStrategy> strategies) -
Uses of CloudCacheStrategy in org.hcjf.cloud.impl
Method parameters in org.hcjf.cloud.impl with type arguments of type CloudCacheStrategy Modifier and Type Method Description voidDefaultCloudServiceImpl. createCache(java.lang.String cacheName, java.util.Set<CloudCacheStrategy> strategies)Creates a instance of cache into the cloud using the specific strategy to specify the behavior of the cache instance.
-