Project

General

Profile

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

# Date Author Comment
0c63c580 06/29/2020 12:48 AM Andreas Müller

ref #9078 allow ignoring recursive loading of terms

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

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

ref #7742 disposable CdmCachers

b1b42293 08/30/2018 02:18 PM Andreas Müller

ref #7709 javadoc

53db84af 04/23/2018 01:53 PM Andreas Müller

ref #6241 change @date to @since (fix)

7fa325bc 04/23/2018 01:49 PM Andreas Müller

ref #6241 change @date to @since

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

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

f1d2990c 01/24/2018 01:30 PM Andreas Kohlbecker

ref #7206 documenting

d45008d0 12/20/2016 11:49 AM Andreas Kohlbecker

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

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

added exists method to interface and implementing classes

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...

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

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...