Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
This milestone of my GSoC project I'll divide in to thee smaller tasks:
1. General overview of configured caches with base functions like:
- clearing whole cache
- getting list of cached keys
- removing single key from cache
- getting size of cache
2. Getting list of all CacheKey's and expose them in some kind of logical order on JXM tree
3. Add additional operation and information to every CacheKey like:
- clearing cache value
- editing cache value
- reloading cache value
- getting time of creation
- getting expires time, if any
1. General overview of configured caches with base functions like:
- clearing whole cache
- getting list of cached keys
- removing single key from cache
- getting size of cache
2. Getting list of all CacheKey's and expose them in some kind of logical order on JXM tree
3. Add additional operation and information to every CacheKey like:
- clearing cache value
- editing cache value
- reloading cache value
- getting time of creation
- getting expires time, if any