| Modifier and Type | Field and Description |
|---|---|
protected static ICache<String,org.joda.time.format.DateTimeFormatter> |
ConverterMutableDateTimePatternArgs.cache
Cache of formatters.
|
protected static ICache<String,org.joda.time.format.DateTimeFormatter> |
ConverterDateTimePatternArgs.cache
Cache of formatters.
|
protected static ICache<String,SimpleDateFormat> |
ConverterDatePatternArgs.cache
Cache of formatters.
|
protected static ICache<String,org.joda.time.format.DateTimeFormatter> |
ConverterDateMidnightPatternArgs.cache
Cache of formatters.
|
protected static ICache<String,TimeZone> |
AbstractConverterTimezone.cacheTimezone
Cache of timezone.
|
| Modifier and Type | Field and Description |
|---|---|
protected static ICache<ExpressionKey,org.codehaus.commons.compiler.IExpressionEvaluator> |
ExpressionJanino.cache
Cache of expressions.
|
| Modifier and Type | Field and Description |
|---|---|
protected ICache<String,T> |
AbstractFormatterTime.cache
Cache of formatters.
|
| Modifier and Type | Field and Description |
|---|---|
protected ICache<String,IAccess> |
AccessFactoryImpl.cache
Cache for access information.
|
| Modifier and Type | Field and Description |
|---|---|
protected static ICache<String,String> |
AbstractPluginResourceReplaceable.pathToFile
Cache of resources per output file.
|
| Modifier and Type | Field and Description |
|---|---|
protected static ICache<Class<?>,List<Method>> |
PluginSentence.cacheMethods
Cache of type to methods annotated with sentence.
|
protected static ICache<String,Pattern> |
PluginSentence.cachePatterns
Cache of patterns.
|
| Modifier and Type | Field and Description |
|---|---|
protected static ICache<String,List<Properties>> |
PropertyLoaderImpl.cache
Cache of properties.
|
| Modifier and Type | Field and Description |
|---|---|
protected static ICache<String,nu.xom.Document> |
AbstractSourceFactory.cache
Cache of files.
|
protected static ICache<String,INamespaceInfo> |
AbstractSourceFactory.namespace
Cache of namespace information.
|
| Modifier and Type | Field and Description |
|---|---|
protected static ICache<URL,byte[]> |
UtilIO.cache
Cache of resources.
|
| Modifier and Type | Method and Description |
|---|---|
<K,T> ICache<K,T> |
ICacheFactory.newCache(String name)
Creates a new cache.
|
<K,T> ICache<K,T> |
ICacheFactory.newCache(String name,
ICacheCleaner<T> cleaner)
Creates a new cache.
|
ICache<K,T> |
ICache.put(K key,
T value)
Put an element to the cache.
|
ICache<K,T> |
ICache.setClean(long clean)
Set cache number of removed elements on cache overload.
|
ICache<K,T> |
ICache.setCleaner(ICacheCleaner<T> cleaner)
Set the cleaner.
|
ICache<K,T> |
ICache.setName(String name)
Set a cache name.
|
ICache<K,T> |
ICache.setSize(long size)
Set cache max size.
|
ICache<K,T> |
ICache.setTimeout(long timeout)
Set cache elements timeout.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheLRU<K,T>
LRU implementation of a cache.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract <K,T> ICache<K,T> |
AbstractCacheFactory.create(String name,
ICacheCleaner<T> cleaner)
Create the cache object.
|
<K,T> ICache<K,T> |
AbstractCacheFactory.newCache(String name) |
<K,T> ICache<K,T> |
AbstractCacheFactory.newCache(String name,
ICacheCleaner<T> cleaner) |
ICache<K,T> |
CacheLRU.put(K key,
T value) |
ICache<K,T> |
CacheLRU.setClean(long clean) |
ICache<K,T> |
CacheLRU.setCleaner(ICacheCleaner<T> cleaner) |
ICache<K,T> |
CacheLRU.setName(String name) |
ICache<K,T> |
CacheLRU.setSize(long size) |
ICache<K,T> |
CacheLRU.setTimeout(long timeout) |
| Modifier and Type | Field and Description |
|---|---|
protected static ICache<String,List<URL>> |
ResourceFinder.cache
Cache of resources.
|
Copyright © 2016. All rights reserved.