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 EntityCacheFactory
MapperOptions. getCacheFactory()
Methods in dev.morphia.mapping with parameters of type EntityCacheFactory Modifier and Type Method Description MapperOptions.Builder
MapperOptions.Builder. cacheFactory(EntityCacheFactory cacheFactory)
void
MapperOptions. 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 class
DefaultEntityCacheFactory
Default implementation of cache factory, returning the default entity cache.
-