Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
83d93c4c 07/11/2020 10:51 AM Andreas Müller

cleanup

4b2b6fc7 06/28/2020 10:06 PM Andreas Müller

rename CdmCacher to CdmCacherBase

7c0aeabf 06/28/2020 08:51 PM Andreas Müller

cleanup

b4c19aff 06/26/2020 11:09 PM Andreas Müller

cleanup

d7be01af 06/26/2020 11:09 PM Andreas Müller

ref #7709 rename putMethods in cacher

6197d70a 06/26/2020 03:03 AM Andreas Müller

cleanup

ed09c048 11/08/2019 09:05 PM Andreas Müller

cleanup

1c39686b 03/05/2019 11:33 AM Andreas Müller

ref #8162 adapt cdmlip to new term package structure

cbfdc57b 09/07/2018 01:26 PM Andreas Kohlbecker

ref #7742 disposable CdmCachers

8b9e2e71 09/07/2018 11:09 AM Andreas Kohlbecker

ref #7729 setting maxEntriesLocalHeap for the cdmDefaultCache and activating ehcache jmx management beans for the CdmTransientEntityCacher

481d494a 08/30/2018 10:39 PM Andreas Müller

cleanup

2e6db6fc 01/24/2018 04:07 PM Andreas Kohlbecker

ref #7206 using generic method paramaters and return types in cacher classes

2339128f 02/06/2017 06:03 PM Andreas Kohlbecker

ref #2939 option to set the CacheManager directly, needed for the taxeditor

7a0bcdb6 02/03/2017 12:21 PM Andreas Kohlbecker

ref #2939 refactoring CdmCacher to use cachemanger spring bean - not fully working yet

c4f09aa4 01/20/2016 04:05 PM Andreas Müller

Cleanup CdmTermCacher and CdmCacher

abcbf7be 07/30/2015 10:27 AM Cherian Mathew

Correct default cache initialisation

52c1b80c 06/12/2015 12:48 PM Cherian Mathew

reverting back last change

6f79ba7b 06/12/2015 12:26 PM Cherian Mathew

CdmCacher : corrected initializing of default cache
defaultApplicationContext : replaced component scan of cache with specific bean initialization

2c8c883f 03/04/2015 01:17 PM Cherian Mathew

added exists method to interface and implementing classes

51a3a962 02/26/2015 09:40 AM Cherian Mathew

CdmCacherTest : ignoring for now since we have reverted to using termmaps on server side
ITaxonService, TaxonServiceImpl, ITaxonNodeService, TaxonNodeServiceImpl, INameService, NameServiceImpl,IDescriptionService, DescriptionServiceImpl : added uuid methods and return type as UpdateResult with updatedObjects set...

933e5ac3 02/23/2015 10:07 AM Cherian Mathew

ICdmCacher, ICdmUuidCacher, CdmCacher, CdmTermCacher : refactored and added load method
Language, NameRelationshipType, Rank : now uses cacher only if termap is null or empty and only when class matches the specific term type
MockCdmCacher: not required anymore...

38ff1a2b 01/26/2015 01:54 PM Cherian Mathew

PolytomousKey, PolytomousKeyNode : Added merge to cascade annotation
cdmlib-remote-servlet.xml, ConcurrentSessionTest.java : spelling checks
CdmCacher : made cache lement getter methods public
remoting-services.xml, httpInvokerServices : added new services

8cd4c5d7 01/09/2015 02:48 PM Andreas Müller

minor

03aae089 11/18/2014 09:52 AM Cherian Mathew

ICdmCacher, DefaultTermInitializer : added comments
CdmCacher : added code to disallow null values in cache and moved term initialisation code to specific subclass
CdmDaoCacher : replaced with specialised CdmTermCacher
defaultApplicationContext : removed remoting exception

d8bed5d9 09/04/2014 10:33 AM Cherian Mathew

added check for null cdm entity when putting default terms in cache

731f8a84 09/03/2014 06:34 PM Cherian Mathew

added possiblity to initialise some specific terms (like default language) which could be called outside a session

e104dbf0 07/01/2014 12:32 PM Cherian Mathew

removed 2.6.9 api

878752b0 07/01/2014 11:30 AM Cherian Mathew

add doc / comments

6af1e386 06/27/2014 11:49 AM Cherian Mathew

added comment for null values

1aa19623 06/26/2014 05:03 PM Cherian Mathew

IService, ServiceBase : added method findWithoutFlush
CdmCacher, CdmDaoCacher : split CdmCacher class to sub class which uses dao to access the data
MockCdmCacher : added mock cdm cacher for tests
TaxonNodeServiceImplTest, FeatureNodeServiceImplTest : removed duplicate @SpringApplicationContext annotation...

fade8a47 06/25/2014 07:57 PM Cherian Mathew

removed ehcache-2.6.9 api for now

93f50b5e 06/25/2014 04:32 PM Cherian Mathew

First commit for the CDM Caching api
ICdmCacher, CdmCacher : CDM Cache class based on Ehcache
defaultApplicationContext.xml : added cache package to be component scanned
DefinedTermBase : new set/getCdmCacher method to make cacher available to term classes...