Uses of Class
org.activiti.engine.impl.persistence.cache.CachedEntity
Packages that use CachedEntity
-
Uses of CachedEntity in org.activiti.engine.impl.persistence.cache
Fields in org.activiti.engine.impl.persistence.cache with type parameters of type CachedEntityModifier and TypeFieldDescriptionprotected Map<Class<?>, Map<String, CachedEntity>> EntityCacheImpl.cachedObjectsMethods in org.activiti.engine.impl.persistence.cache that return CachedEntityMethods in org.activiti.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 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()