Uses of Class
org.flowable.common.engine.impl.persistence.cache.CachedEntity
Packages that use CachedEntity
Package
Description
-
Uses of CachedEntity in org.flowable.common.engine.impl.db
Method parameters in org.flowable.common.engine.impl.db with type arguments of type CachedEntityModifier and TypeMethodDescriptionprotected void
AbstractDataManager.deleteCachedEntities
(DbSqlSession dbSqlSession, Collection<CachedEntity> cachedObjects, CachedEntityMatcher<EntityImpl> cachedEntityMatcher, Object parameter) -
Uses of CachedEntity in org.flowable.common.engine.impl.persistence.cache
Fields in org.flowable.common.engine.impl.persistence.cache with type parameters of type CachedEntityModifier and TypeFieldDescriptionprotected Map<Class<?>,
Map<String, CachedEntity>> EntityCacheImpl.cachedObjects
Methods in org.flowable.common.engine.impl.persistence.cache that return CachedEntityMethods in org.flowable.common.engine.impl.persistence.cache that return types with arguments of type CachedEntityModifier and TypeMethodDescriptionprotected Map<String,
CachedEntity> EntityCacheImpl.findClassCacheByCheckingSubclasses
(Class<?> entityClass) <T> Collection<CachedEntity>
EntityCache.findInCacheAsCachedObjects
(Class<T> entityClass) Returns allCachedEntity
instances for the given type.<T> Collection<CachedEntity>
EntityCacheImpl.findInCacheAsCachedObjects
(Class<T> entityClass) Map<Class<?>,
Map<String, CachedEntity>> EntityCache.getAllCachedEntities()
Returns all cachedEntity
instances as a map with following structure: { entityClassName, {entityId, entity} }Map<Class<?>,
Map<String, CachedEntity>> EntityCacheImpl.getAllCachedEntities()