| | |
| | | |
| | | |
| | | /** |
| | | * Retrieves the curent number of entries stored within the cache. |
| | | * Retrieves the current number of entries stored within the cache. |
| | | * |
| | | * @return The current number of entries stored within the cache. |
| | | */ |
| | |
| | | |
| | | |
| | | /** |
| | | * Retrieves the curent number of cache hits for this cache. |
| | | * Retrieves the current number of cache hits for this cache. |
| | | * |
| | | * @return The current number of cache hits for this cache. |
| | | */ |
| | |
| | | |
| | | |
| | | /** |
| | | * Retrieves the curent number of cache misses for this cache. |
| | | * Retrieves the current number of cache misses for this cache. |
| | | * |
| | | * @return The current number of cache misses for this cache. |
| | | */ |