public interface

CacheCreator

org.apache.archiva.redback.components.cache.factory.CacheCreator
Known Indirect Subclasses

Class Overview

CacheCreator - an interface for CacheCreators

Summary

Public Methods
abstract Cache createCache(CacheHints hints)
Create a Cache, initialize it, and return it.

Public Methods

public abstract Cache createCache (CacheHints hints)

Create a Cache, initialize it, and return it.

Returns
  • the created cache.
Throws
CacheException if there was a cache creation error.