@ConsumerType public interface NotCachablePersistenceManager extends PersistenceManager
NotCachablePersistenceManager
is a marker interface which
extends PersistenceManager
to inform that no cache should be applied
around this persistence manager. This gives the opportunity for the
persistence manager to implement it's own caching heuristics.
To make implementations of this interface available to the Configuration
Admin Service they must be registered as service for interface
PersistenceManager
.
See also PersistenceManager
PROPERTY_NAME
delete, exists, getDictionaries, load, store
Copyright © 2010 - 2020 Adobe. All Rights Reserved