public class

EhcacheCreator

extends Object
implements CacheCreator
java.lang.Object
   ↳ org.apache.archiva.redback.components.cache.ehcache.EhcacheCreator

Class Overview

EhcacheCreator - runtime creation of an ehcache.

Summary

Public Constructors
EhcacheCreator()
Public Methods
Cache createCache(CacheHints hints)
Create a Cache, initialize it, and return it.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.archiva.redback.components.cache.factory.CacheCreator

Public Constructors

public EhcacheCreator ()

Public Methods

public Cache createCache (CacheHints hints)

Create a Cache, initialize it, and return it.

Returns
  • the created cache.