|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Description of the Interface
Method Summary | |
ICompositeCacheAttributes |
copy()
Description of the Method |
java.lang.String |
getCacheName()
Gets the cacheName attribute of the ICompositeCacheAttributes object |
long |
getMaxMemoryIdleTimeSeconds()
If UseMemoryShrinker is true the memory cache should auto-expire elements to reclaim space. |
int |
getMaxObjects()
Gets the maxObjects attribute of the ICompositeCacheAttributes object |
int |
getMaxSpoolPerRun()
If UseMemoryShrinker is true the memory cache should auto-expire elements to reclaim space. |
java.lang.String |
getMemoryCacheName()
Gets the memoryCacheName attribute of the ICompositeCacheAttributes object |
long |
getShrinkerIntervalSeconds()
If UseMemoryShrinker is true the memory cache should auto-expire elements to reclaim space. |
boolean |
getUseDisk()
Gets the useDisk attribute of the ICompositeCacheAttributes object |
boolean |
getUseLateral()
Gets the useLateral attribute of the ICompositeCacheAttributes object |
boolean |
getUseMemoryShrinker()
Whether the memory cache should perform background memory shrinkage. |
boolean |
getUseRemote()
returns whether the cache is remote enabled |
void |
setCacheName(java.lang.String s)
Sets the name of the cache, referenced by the appropriate manager. |
void |
setMaxMemoryIdleTimeSeconds(long seconds)
If UseMemoryShrinker is true the memory cache should auto-expire elements to reclaim space. |
void |
setMaxObjects(int size)
SetMaxObjects is used to set the attribute to determine the maximum number of objects allowed in the memory cache. |
void |
setMaxSpoolPerRun(int maxSpoolPerRun)
If UseMemoryShrinker is true the memory cache should auto-expire elements to reclaim space. |
void |
setMemoryCacheName(java.lang.String s)
Sets the name of the MemoryCache, referenced by the appropriate manager. |
void |
setShrinkerIntervalSeconds(long seconds)
If UseMemoryShrinker is true the memory cache should auto-expire elements to reclaim space. |
void |
setUseDisk(boolean useDisk)
Sets the useDisk attribute of the ICompositeCacheAttributes object |
void |
setUseLateral(boolean d)
set whether the cache should use a lateral cache |
void |
setUseMemoryShrinker(boolean useShrinker)
Whether the memory cache should perform background memory shrinkage. |
void |
setUseRemote(boolean isRemote)
Sets whether the cache is remote enabled |
Method Detail |
public void setMaxObjects(int size)
size
- The new maxObjects valuepublic int getMaxObjects()
public void setUseDisk(boolean useDisk)
useDisk
- The new useDisk valuepublic boolean getUseDisk()
public void setUseLateral(boolean d)
d
- The new useLateral valuepublic boolean getUseLateral()
public void setUseRemote(boolean isRemote)
isRemote
- The new useRemote valuepublic boolean getUseRemote()
public void setCacheName(java.lang.String s)
s
- The new cacheName valuepublic java.lang.String getCacheName()
public void setMemoryCacheName(java.lang.String s)
s
- The new memoryCacheName valuepublic java.lang.String getMemoryCacheName()
public void setUseMemoryShrinker(boolean useShrinker)
useShrinker
- The new UseMemoryShrinker valuepublic boolean getUseMemoryShrinker()
public void setMaxMemoryIdleTimeSeconds(long seconds)
seconds
- The new MaxMemoryIdleTimeSeconds valuepublic long getMaxMemoryIdleTimeSeconds()
public void setShrinkerIntervalSeconds(long seconds)
seconds
- The new ShrinkerIntervalSeconds valuepublic long getShrinkerIntervalSeconds()
public void setMaxSpoolPerRun(int maxSpoolPerRun)
maxSpoolPerRun
- The new maxSpoolPerRun valuepublic int getMaxSpoolPerRun()
public ICompositeCacheAttributes copy()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |