Java org.apache.commons.jcs JCS fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.jcs JCS fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.jcs JCS.

The text is from its open source code.

Method

GroupCacheAccessgetGroupCacheInstance(String region)
Get a GroupCacheAccess which accesses the provided region.
CacheAccessgetInstance(String region)
Get a CacheAccess which accesses the provided region.
CacheAccessgetInstance(String region, ICompositeCacheAttributes icca)
Get a CacheAccess which accesses the provided region.
voidsetConfigProperties(Properties configProps)
Set the properties that the cache manager will be initialized with.