public class

OsCacheCreator

extends Object
implements CacheCreator
java.lang.Object
   ↳ org.apache.archiva.redback.components.cache.oscache.OsCacheCreator

Class Overview

OsCacheCreator

Summary

Public Constructors
OsCacheCreator()
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 OsCacheCreator ()

Public Methods

public Cache createCache (CacheHints hints)

Create a Cache, initialize it, and return it.

Returns
  • the created cache.