public class

HashMapCacheCreator

extends Object
implements CacheCreator
java.lang.Object
   ↳ org.apache.archiva.redback.components.cache.hashmap.HashMapCacheCreator

Class Overview

HashMapCacheCreator

Summary

Public Constructors
HashMapCacheCreator()
Public Methods
Cache createCache(CacheHints cacheHint)
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 HashMapCacheCreator ()

Public Methods

public Cache createCache (CacheHints cacheHint)

Create a Cache, initialize it, and return it.

Returns
  • the created cache.