Project

General

Profile

« Previous | Next » 

Revision 3c6c0d2c

Added by Andreas Müller over 7 years ago

cleanup

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/strategy/cache/reference/DefaultReferenceCacheStrategy.java
29 29
 * we may also only need 1 single cache strategy. However, care must be taken as the formatting
30 30
 * differs dependent on the type an the in-reference structure.
31 31
 *
32
 * Generally the cache strategy computes allows 3 formattings:
32
 * Generally the cache strategy computes allows 3 formattings:<BR>
33 33
 *
34
 *  1.) for bibliographic references (stored in {@link Reference#getTitleCache() titleCache}).
34
 *  1.) for bibliographic references (stored in {@link Reference#getTitleCache() titleCache}).<BR>
35 35
 *
36 36
 *  2.) for nomenclatural references (stored in {@link Reference#getAbbrevTitleCache() abbrevTitleCache}),
37
 *      but without micro reference (detail).
37
 *      but without micro reference (detail).<BR>
38 38
 *
39 39
 *  3.) for nomenclatural references with micro reference, but not stored anywhere as the micro reference
40
 *      is part of the name, not of the reference
40
 *      is part of the name, not of the reference<BR>
41 41
 *
42 42
 *  4.) for short citation (e.g. Author 2009) as defined in {@link IReferenceCacheStrategy#getCitation(Reference)}
43 43
 *

Also available in: Unified diff