Project

General

Profile

Download (14.5 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
806f96a2 08/25/2020 07:02 PM Andreas Müller

ref #9207 , ref #9204 upgrade taxeditor.cdmlib to ehcache-2.10.6

68405a5a 06/29/2020 09:24 AM Andreas Müller

cleanup

71f697d9 06/29/2020 12:50 AM Andreas Müller

rename CdmCacher to CdmCacherBase

f4cc04f2 03/16/2018 02:40 PM Katja Luther

adapt taxeditor cache to cdmlib-cache

199741f4 11/02/2017 10:04 AM Patrick Plitzner

ref #6913 Remove executeCommand() from AbstractUtility

0f8746c6 04/24/2017 10:30 AM Patrick Plitzner

ref #6566 Migrate Sessions view

e3240965 12/20/2016 02:22 PM Andreas Kohlbecker

ref #6190 removing svn property place holder in first line of code - java files

1ec52766 10/02/2015 01:38 PM Cherian Mathew

Change null session to singleton with no owner

d6feff56 06/30/2015 02:34 PM Cherian Mathew

Add check to display statistice only when cache is alive

f4142aa7 05/27/2015 05:54 PM Cherian Mathew

cdmlib-ehcache : removed disk based cache manager since the hb config is now cached in memory
CdmApplicationRemoteController, CdmModelCacher, CdmRemoteCacheManager, CdmModelGetMethodCacherTest : running the hibernate config load in separate thread
CdmTransientEntityCacher, EntityCacherDebugResult, CdmStore, SessionsViewPart: refactoring...

56a14252 02/19/2015 05:42 PM Cherian Mathew

OpenInspectSessionsHandler : handler for opening the inspect session dialog
CacheLoader : moved recursive logic from cdm transient cacher to new class
CdmServiceCacher : now uses CacheLoader to recursively load entities
CdmTransientEntityCacher : moved recursive logic from cdm transient cacher to new class and corrected caching issues...

703e8efc 02/17/2015 12:43 PM Cherian Mathew

CdmRemoteCacheManager : added cache getter methods
CdmTransientEntityCacher, CdmEntitySession, CdmEntitySessionManager, ICdmEntitySession, ICdmEntitySessionManager, ICdmEntitySessionManagerObserver, MockCdmEntitySession, MockCdmEntitySessionManager , eu.etaxonomy.taxeditor.cdmlib/src/main/resources/cdmlib-ehcache.xml : added statistics config , getter method for live stats and observer to update when sessions are bound and disposed...