Uses of Class
com.parthparekh.service.cache.CacheType

Packages that use CacheType
com.parthparekh.service.cache   
 

Uses of CacheType in com.parthparekh.service.cache
 

Methods in com.parthparekh.service.cache that return CacheType
static CacheType CacheType.getByType(java.lang.String type)
           
 CacheType MemcachedImpl.getType()
           
 CacheType EhCacheImpl.getType()
           
 CacheType CouchbaseImpl.getType()
           
 CacheType Cache.getType()
          Returns the CacheType for the cache
static CacheType CacheType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CacheType[] CacheType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.