Uses of Class
org.flowable.common.engine.impl.persistence.cache.CachedEntity
-
Packages that use CachedEntity Package Description org.flowable.common.engine.impl.db org.flowable.common.engine.impl.persistence.cache -
-
Uses of CachedEntity in org.flowable.common.engine.impl.db
Method parameters in org.flowable.common.engine.impl.db with type arguments of type CachedEntity Modifier and Type Method Description protected voidAbstractDataManager. 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 CachedEntity Modifier and Type Field Description protected Map<Class<?>,Map<String,CachedEntity>>EntityCacheImpl. cachedObjectsMethods in org.flowable.common.engine.impl.persistence.cache that return CachedEntity Modifier and Type Method Description CachedEntityEntityCache. put(Entity entity, boolean storeState)Adds the givesEntityto the cache.CachedEntityEntityCacheImpl. put(Entity entity, boolean storeState)Methods in org.flowable.common.engine.impl.persistence.cache that return types with arguments of type CachedEntity Modifier and Type Method Description protected Map<String,CachedEntity>EntityCacheImpl. findClassCacheByCheckingSubclasses(Class<?> entityClass)<T> Collection<CachedEntity>EntityCache. findInCacheAsCachedObjects(Class<T> entityClass)Returns allCachedEntityinstances for the given type.<T> Collection<CachedEntity>EntityCacheImpl. findInCacheAsCachedObjects(Class<T> entityClass)Map<Class<?>,Map<String,CachedEntity>>EntityCache. getAllCachedEntities()Returns all cachedEntityinstances as a map with following structure: { entityClassName, {entityId, entity} }Map<Class<?>,Map<String,CachedEntity>>EntityCacheImpl. getAllCachedEntities()
-