Modifier and Type | Interface and Description |
---|---|
interface |
Cache2 |
Modifier and Type | Class and Description |
---|---|
class |
CacheComplex |
Constructor and Description |
---|
CacheComplex(CacheConnection cc,
Cache cache) |
Modifier and Type | Method and Description |
---|---|
Cache |
CacheResourceProvider.getCache() |
Modifier and Type | Class and Description |
---|---|
class |
CacheSupport |
Modifier and Type | Method and Description |
---|---|
Cache |
CacheEngine.getCache() |
static Cache |
CacheUtil.getInstance(CacheConnection cc,
Config config)
in difference to the getInstance method of the CacheConnection this method produces a wrapper Cache (if necessary) that creates Entry objects to make sure the Cache has meta data.
|
Cache |
CacheConnectionImpl.getInstance(Config config) |
Cache |
ServerCacheConnection.getInstance(Config config) |
Cache |
CacheConnection.getInstance(Config config) |
Modifier and Type | Method and Description |
---|---|
static Struct |
CacheUtil.getInfo(Cache c) |
static Struct |
CacheUtil.getInfo(Struct info,
Cache c) |
Constructor and Description |
---|
CacheEngine(Cache cache) |
Modifier and Type | Class and Description |
---|---|
class |
EHCache |
class |
EHCacheSupport |
Modifier and Type | Class and Description |
---|---|
class |
EHCacheRemote |
Modifier and Type | Method and Description |
---|---|
static void |
CacheItemCache._flush(PageContext pc,
Cache cache,
String expireurl) |
static void |
CacheItemCache._flushAll(PageContext pc,
Cache cache) |
Constructor and Description |
---|
CacheItemCache(PageContext pc,
javax.servlet.http.HttpServletRequest req,
String id,
String key,
boolean useId,
Cache cache,
TimeSpan timespan) |
Modifier and Type | Class and Description |
---|---|
class |
RamCache |
Modifier and Type | Method and Description |
---|---|
static void |
TimespanCacheHandler.clear(PageContext pc,
Cache cache,
CacheHandlerFilter filter) |
Constructor and Description |
---|
TimespanCacheHandler(int defaultCacheType,
Cache defaultCache) |
Modifier and Type | Method and Description |
---|---|
static Cache |
Util.getCache(Config config,
String cacheName) |
static Cache |
Util.getCache(Config config,
String cacheName,
Cache defaultValue) |
static Cache |
Util.getCache(PageContext pc,
String cacheName,
int type) |
static Cache |
Util.getCache(PageContext pc,
String cacheName,
int type,
Cache defaultValue) |
static Cache |
Util.getDefault(PageContext pc,
int type)
get the default cache for a certain type, also check definitions in application context (application.cfc/cfapplication)
|
static Cache |
Util.getDefault(PageContext pc,
int type,
Cache defaultValue)
get the default cache for a certain type, also check definitions in application context (application.cfc/cfapplication)
|
Modifier and Type | Method and Description |
---|---|
static Cache |
Util.getCache(Config config,
String cacheName,
Cache defaultValue) |
static Cache |
Util.getCache(PageContext pc,
String cacheName,
int type,
Cache defaultValue) |
static Cache |
Util.getDefault(PageContext pc,
int type,
Cache defaultValue)
get the default cache for a certain type, also check definitions in application context (application.cfc/cfapplication)
|
Copyright © 2015 Lucee