Class DefaultCacheProvider

java.lang.Object
org.omnifaces.util.cache.CacheInstancePerScopeProvider
org.omnifaces.util.cache.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