Class DefaultCacheProvider

  • All Implemented Interfaces:
    CacheProvider

    public class DefaultCacheProvider
    extends CacheInstancePerScopeProvider
    A default cache provider that will be used by the OmniFaces Cache component if no explicit provider has been configured.

    This will create a Cache instance that uses a LruCache for the actual implementation.

    Since:
    1.1
    Author:
    Arjan Tijms