Class AbstractCacheFactory<K extends Serializable,​V>

    • Constructor Detail

      • AbstractCacheFactory

        public AbstractCacheFactory()
    • Method Detail

      • setProperties

        public void setProperties​(Properties properties)
        Provide properties to parameterize cache creation. Cache properties are prefixed with the cacheName supplied when invoking DefaultCacheFactory.createCache(String). For example, for a cache named cache.ticketsCache the property cache.ticketsCache.maxItems will determine the capacity of the cache.
        Parameters:
        properties - Properties