|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cache | |
---|---|
railo.runtime.cache | |
railo.runtime.cache.eh | |
railo.runtime.cache.eh.remote | |
railo.runtime.cache.legacy | |
railo.runtime.cache.ram | |
railo.runtime.functions.cache |
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
|
Methods in railo.runtime.cache.ram with parameters of type Cache | |
---|---|
void |
RamCache.init(Cache cache,
String cacheName,
Struct arguments)
|
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(Config config,
String cacheName,
int type)
|
static Cache |
Util.getCache(Config config,
String cacheName,
int type,
Cache defaultValue)
|
static Cache |
Util.getCache(PageContext pc,
String cacheName)
Deprecated. use getCache(Config config,String cacheName) instead |
static Cache |
Util.getCache(PageContext pc,
String cacheName,
int type)
Deprecated. use getCache(Config config,String cacheName, int type) instead |
static Cache |
Util.getDefault(Config config,
int type)
|
static Cache |
Util.getDefault(Config config,
int type,
Cache defaultValue)
|
static Cache |
Util.getDefault(PageContext pc,
int type)
|
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(Config config,
String cacheName,
int type,
Cache defaultValue)
|
static Cache |
Util.getDefault(Config config,
int type,
Cache defaultValue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |