|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Cache in railo.commons.io.cache |
---|
Subinterfaces of Cache in railo.commons.io.cache | |
---|---|
interface |
Cache2
|
Uses of Cache in railo.runtime.cache |
---|
Classes in railo.runtime.cache that implement Cache | |
---|---|
class |
CacheSupport
|
Methods in railo.runtime.cache that return Cache | |
---|---|
Cache |
CacheEngine.getCache()
|
Cache |
CacheConnectionImpl.getInstance(Config config)
|
Cache |
ServerCacheConnection.getInstance(Config config)
|
Cache |
CacheConnection.getInstance(Config config)
|
Methods in railo.runtime.cache with parameters of type Cache | |
---|---|
static Struct |
CacheUtil.getInfo(Cache c)
|
Constructors in railo.runtime.cache with parameters of type Cache | |
---|---|
CacheEngine(Cache cache)
|
Uses of Cache in railo.runtime.cache.eh |
---|
Classes in railo.runtime.cache.eh that implement Cache | |
---|---|
class |
EHCache
|
class |
EHCacheLite
|
class |
EHCacheSupport
|
Uses of Cache in railo.runtime.cache.eh.remote |
---|
Classes in railo.runtime.cache.eh.remote that implement Cache | |
---|---|
class |
EHCacheRemote
|
Uses of Cache in railo.runtime.cache.legacy |
---|
Methods in railo.runtime.cache.legacy with parameters of type Cache | |
---|---|
static void |
CacheItemCache._flush(PageContext pc,
Cache cache,
String expireurl)
|
static void |
CacheItemCache._flushAll(PageContext pc,
Cache cache)
|
Constructors in railo.runtime.cache.legacy with parameters of type Cache | |
---|---|
CacheItemCache(PageContext pc,
javax.servlet.http.HttpServletRequest req,
String id,
String key,
boolean useId,
Cache cache,
TimeSpan timespan)
|
Uses of Cache in railo.runtime.cache.ram |
---|
Classes in railo.runtime.cache.ram that implement Cache | |
---|---|
class |
RamCache
|
Uses of Cache in railo.runtime.functions.cache |
---|
Methods in railo.runtime.functions.cache that return Cache | |
---|---|
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) |
Methods in railo.runtime.functions.cache with parameters of type Cache | |
---|---|
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) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |