|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.bankframe.serives.cache
package instead
public interface Profile
Cache Profiling interface for the host system requests.
Method Summary | |
---|---|
int |
maxDbCacheSize()
Deprecated. This method returns the max allowed size of database cache. |
int |
maxMemCacheSize()
Deprecated. This method returns the max allowed size of the memory cache. |
int |
numberEntriesInDbCache()
Deprecated. This method returns the number of elements currently in the database cache. |
int |
numberEntriesInMemCache()
Deprecated. This method returns the number of elements currently in the memory cache. |
Method Detail |
---|
int maxDbCacheSize()
int maxMemCacheSize()
int numberEntriesInDbCache() throws ProcessingErrorException
ProcessingErrorException
- If there was an exception thrown in the execution of the method.int numberEntriesInMemCache() throws ProcessingErrorException
ProcessingErrorException
- If there was an exception thrown in the execution of the method.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |