add includeIgnore parameter to EntityCacherDebugResult and minor refactoring
cleanup and improve logging in EntityCacherDebugResult
improve logging in CacheLoader
revert load with update only
revert moving loadRecursive maps and collections
remove redundant code (cont.)
remove redundant code
handle update without recursion correctly in CacheLoader
cleanup and rename methods and fix Fixme in ProxyUtils
ref #9078 allow ignoring recursive loading of terms (cont.)
rename internal loadRecursive calls to distinguish them more clearly
rename deproxy to deproxyIfInitialized
ref #9078 allow ignoring recursive loading of terms
improve logging for CacheLoader
rename CdmCacher to CdmCacherBase
renaming "putToCache" and "entityAlreadyVisisted" "classFields", fix logging text and extract method for field handling
cleanup
ref #7709 rename newEntity to volatileEntity
ref #7709 rename addNewEntity to putNewEntity and check for existing entity
ref #7709 rename putMethods in cacher
add newEntitiesMap.clear to Cacher.clear
rename load to put
Revert "minor - fix merge conflict"
This reverts commit fc3932ac4dd186b6f5809863356912f949ae202d.
minor - fix merge conflict
fix problem in CacheLoader
minor changes in CdmModelCacher
fix #7785 CdmUserHelper can use ICdmEntityUuidCacher to avoid loading entities from the db for permission checks: - inner class CachingCdmUserHelper to be used when CdmUserHelper.withCache() is called - ICdmEntityUuidCacher and CdmTransientEntityAndUuidCacher complements the CdmTransientEntityCacher by the ability to get CDM entities from the cache by the UUID
ref #7729 setting maxEntriesLocalHeap for the cdmDefaultCache and activating ehcache jmx management beans for the CdmTransientEntityCacher
next try to fix usage of wrong signature in TaxEditor CacheLoader test
try to fix usage of wrong signature in TaxEditor CacheLoader test
javadoc, cleanup and rename permanentCacher
ref #7709 remove NPE
ref #7709 cleanup CdmTransientEntityCacher
ref #7709 revert using uuid in CdmEntityCacheKey as key part
ref #7709 revert using uuid in CdmEntityCacheKey as
fix #7709 use uuid instead of id for CdmEntityCacheKey
ref #7709 use more generics for CdmCacher (not completed yet)
ref #7546 RegistrationIdentifierMinter can check for matching identifiers
minor changes for CdmModelCacher
ref #6241 change @date to @since (fix)
ref #6241 change @date to @since
ref #7325 applying taxeditor changeset (98baf5f ref #6389) onto cdmlib-cache
ref #7219 solving problem in deproxy method
fix #7219 fixing wrong handling of proxies which are hidden in collections (bug fix 3)
avoiding NPE
fixing wrong handling of proxies which are hidden in collections (bug fix 2)
fixing wrong handling of proxies which are hidden in collections (bug fix)
fixing wrong handling of proxies which are hidden in collections
ref #7214 warning notes in method doc
ref #7206 using generic method paramaters and return types in cacher classes
lowering most loglevels to debug in cacher classes
ref #7212 method documentation
ref #7206 EntityCacheDebugResult improved reporting
fix #7212 preventing loaded entities from being replaces by uninitialized proxies
ref #7206 documenting
ref #7206 migrating taxeditor entity cache into cdmlib module cdmlib-cache