Uses of Interface
org.geotools.util.ObjectCache
Packages that use ObjectCache
Package
Description
Base classes for factories and
authority factories.
Contains utilities and addition to the collection framework.
-
Uses of ObjectCache in org.geotools.referencing.factory
Fields in org.geotools.referencing.factory declared as ObjectCacheModifier and TypeFieldDescriptionprotected ObjectCache<Object,
Object> AbstractCachedAuthorityFactory.cache
Cache to be used for referencing objects defined by this authority.Constructors in org.geotools.referencing.factory with parameters of type ObjectCacheModifierConstructorDescriptionprotected
AbstractAuthorityMediator
(int priority, ObjectCache<Object, Object> cache, ReferencingFactoryContainer container) Constructs an instance making use of the indicated cache.protected
AbstractCachedAuthorityFactory
(int priority, ObjectCache<Object, Object> cache, ReferencingFactoryContainer container) Constructs an instance making use of the indicated cache. -
Uses of ObjectCache in org.geotools.util
Methods in org.geotools.util that return ObjectCacheModifier and TypeMethodDescriptionstatic <K,
V> ObjectCache<K, V> ObjectCaches.chain
(ObjectCache<K, V> level1, ObjectCache<K, V> level2) Create a two level cache, operates as a level1 cache that is willing to obtain values from a (usually shared) level2 cache.static <K,
V> ObjectCache<K, V> Utility method used to produce an ObjectCache.static <K,
V> ObjectCache<K, V> Utility method used to produce cache based on provide HintMethods in org.geotools.util with parameters of type ObjectCacheModifier and TypeMethodDescriptionstatic <K,
V> ObjectCache<K, V> ObjectCaches.chain
(ObjectCache<K, V> level1, ObjectCache<K, V> level2) Create a two level cache, operates as a level1 cache that is willing to obtain values from a (usually shared) level2 cache.