Opened 14 years ago
Closed 14 years ago
#1321 closed enhancement (fixed)
Add exists() and size() to StaticCache
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.13 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
The exists()
method should return a boolean indicating if a cache entry exists or not and the size()
method should return the size in bytes of the cached entry or -1 if it doesn't exists.
Change History (2)
comment:1 Changed 14 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [4976]) Fixes #1321: Add exists() and size() to StaticCache?
And also added a support function that creates a valid cache key.