Uses of Interface
dev.morphia.mapping.cache.EntityCacheFactory
-
Packages that use EntityCacheFactory Package Description dev.morphia.mapping dev.morphia.mapping.cache -
-
Uses of EntityCacheFactory in dev.morphia.mapping
Methods in dev.morphia.mapping that return EntityCacheFactory Modifier and Type Method Description EntityCacheFactoryMapperOptions. getCacheFactory()Methods in dev.morphia.mapping with parameters of type EntityCacheFactory Modifier and Type Method Description MapperOptions.BuilderMapperOptions.Builder. cacheFactory(EntityCacheFactory cacheFactory)voidMapperOptions. setCacheFactory(EntityCacheFactory cacheFactory)Deprecated.use the Builder instead -
Uses of EntityCacheFactory in dev.morphia.mapping.cache
Classes in dev.morphia.mapping.cache that implement EntityCacheFactory Modifier and Type Class Description classDefaultEntityCacheFactoryDefault implementation of cache factory, returning the default entity cache.
-