Uses of Interface
org.deegree.feature.persistence.cache.FeatureStoreCache

Packages that use FeatureStoreCache
org.deegree.feature.persistence.cache   
org.deegree.feature.persistence.shape   
org.deegree.feature.persistence.sql   
 

Uses of FeatureStoreCache in org.deegree.feature.persistence.cache
 

Classes in org.deegree.feature.persistence.cache that implement FeatureStoreCache
 class SimpleFeatureStoreCache
          FeatureStoreCache that uses a Java's SoftReference as eviction strategy and allows to limit the maximum number of cached objects.
 

Uses of FeatureStoreCache in org.deegree.feature.persistence.shape
 

Constructors in org.deegree.feature.persistence.shape with parameters of type FeatureStoreCache
ShapeFeatureStore(String shpName, ICRS crs, Charset encoding, String ftNamespace, String localFtName, String ftPrefix, boolean generateAlphanumericIndexes, FeatureStoreCache cache, List<org.deegree.feature.persistence.shape.ShapeFeatureStoreProvider.Mapping> mappings)
          Creates a new ShapeFeatureStore instance from the given parameters.
 

Uses of FeatureStoreCache in org.deegree.feature.persistence.sql
 

Methods in org.deegree.feature.persistence.sql that return FeatureStoreCache
 FeatureStoreCache SQLFeatureStore.getCache()
          Returns the FeatureStoreCache.
 



Copyright © 2011. All Rights Reserved.