AbstractCacheManager.createCache

Creates a new {@code Cache} instance associated with the specified {@code name}.

@param name the name of the cache to create @return a new {@code Cache} instance associated with the specified {@code name}. @throws CacheException if the {@code Cache} instance cannot be created.

class AbstractCacheManager(K, V)
protected abstract
Cache!(K, V)
createCache
(
string name
)

Meta