Uses of Interface
org.smallmind.persistence.cache.CacheDomain
Packages that use CacheDomain
Package
Description
-
Uses of CacheDomain in org.smallmind.persistence.cache
Constructors in org.smallmind.persistence.cache with parameters of type CacheDomainModifierConstructorDescriptionAbstractCacheDao(CacheDomain<I, D> cacheDomain) AbstractWideCacheDao(CacheDomain<I, D> cacheDomain) -
Uses of CacheDomain in org.smallmind.persistence.cache.memcached
Classes in org.smallmind.persistence.cache.memcached that implement CacheDomainModifier and TypeClassDescriptionclassMemcachedCacheDomain<I extends Serializable & Comparable<I>,D extends Durable<I>> -
Uses of CacheDomain in org.smallmind.persistence.cache.praxis.extrinsic
Constructors in org.smallmind.persistence.cache.praxis.extrinsic with parameters of type CacheDomainModifierConstructorDescriptionByKeyExtrinsicCacheDao(CacheDomain<I, D> cacheDomain) WideExtrinsicCacheDao(CacheDomain<I, D> cacheDomain) -
Uses of CacheDomain in org.smallmind.persistence.cache.praxis.intrinsic
Constructors in org.smallmind.persistence.cache.praxis.intrinsic with parameters of type CacheDomainModifierConstructorDescriptionByKeyIntrinsicCacheDao(CacheDomain<I, D> cacheDomain) ByReferenceIntrinsicCacheDao(CacheDomain<I, D> cacheDomain)