Your work
Projects
Filters
Dashboards
Apps
Create
core.cache
Software project
Back to project
Filters
All issues
Open issues
Done issues
Resolved recently
Updated recently
View all filters
You're in a company-managed project
Projects
/
Issues
Export Issues
Go to advanced search
Results will be filtered below as you type into the field
Search issues
Submit
Assignee
Reporter
Status
Type
Status Category
Reset
Switch to detail view
Type
Key
Summary
Assignee
Reporter
P
Status
Created
CCACHE
-
62
currentTimeMillis is not monotonic
Sean Corfield
Sean Corfield
Open
Mar 8, 2021
CCACHE
-
61
Fix a few doc string typos
Sean Corfield
Randy Stauner
Resolved
Dec 2, 2020
CCACHE
-
60
Bump version number to 1.0.0
Sean Corfield
Michael Fogus
Closed
Mar 30, 2020
CCACHE
-
50
Suggested usage subject to Cache Stampede
Sean Corfield
import
Closed
Sep 22, 2018
CCACHE
-
54
TTL Cache sometimes returns nil
Sean Corfield
import
Closed
Mar 18, 2019
CCACHE
-
57
Improper swap! arguments in clojure.core.cache.wrapped/miss
Unassigned
Alex Miller
Closed
Sep 1, 2019
CCACHE
-
58
Documentation: it is not clear how the seed relates to the cache policy
Sean Corfield
Sean Corfield
Closed
Sep 18, 2019
CCACHE
-
56
wrapped TTL can return nil from lookup-or-miss
Sean Corfield
Sean Corfield
Closed
Aug 24, 2019
CCACHE
-
51
Stats for cache
Sean Corfield
Oleksii Khomchenko
Open
Oct 3, 2018
CCACHE
-
36
Allow ttl to be set for a key on cache miss
Sean Corfield
import
Closed
Oct 10, 2014
CCACHE
-
11
Add eviction implementation to LIRSCache
Sean Corfield
Fogus
Open
Dec 8, 2011
CCACHE
-
38
Add ARC or CAR algorithm
Sean Corfield
Daniel Compton
Open
Nov 25, 2014
CCACHE
-
35
Add weak-cache
Sean Corfield
import
Open
Aug 24, 2014
CCACHE
-
55
Split protocols from implementations
Sean Corfield
Andrea Richiardi
Open
Mar 19, 2019
CCACHE
-
52
SoftCache can cause an NPE if reference has been queued before eviction
Sean Corfield
import
Closed
Nov 29, 2018
CCACHE
-
53
Unnecessary get during SoftCache lookup
Sean Corfield
import
Closed
Nov 29, 2018
CCACHE
-
49
TTL cache seed function is broken
Sean Corfield
Sean Corfield
Closed
Mar 2, 2018
CCACHE
-
48
Composition of TTLCache can lead to inconsistent cache lookups
Sean Corfield
import
Closed
Dec 1, 2017
CCACHE
-
15
It appears that TTL cache exhibits quadratic performance (+ its evict is buggy)
Sean Corfield
Jason Wolfe
Closed
Dec 14, 2011
CCACHE
-
31
SoftCaches update in-place, other cache types don't
Sean Corfield
Tassilo Horn
Closed
Jul 25, 2013
CCACHE
-
42
Porting core.cache to ClojureScript
Sean Corfield
Daniel Skarda
Closed
Jul 2, 2015
CCACHE
-
40
FIFOCache StackOverflowError with high :threshold due to concat
Sean Corfield
import
Closed
May 6, 2015
CCACHE
-
18
Explore JSR 107- Java Temporary Caching API
Sean Corfield
Fogus
Closed
Dec 19, 2011
CCACHE
-
46
TTL cache's has? doesn't check existence of value in the underlying cache
Sean Corfield
Ivan Kryvoruchko
Closed
Mar 11, 2017
CCACHE
-
39
FIFOCache member exempted from expulsion after evict
Sean Corfield
import
Closed
Feb 21, 2015
CCACHE
-
14
Asynchronous Cache Support
Sean Corfield
Pierre-Yves Ritschard
Closed
Dec 13, 2011
CCACHE
-
47
Can't evict on LIRS cache
Sean Corfield
import
Closed
Oct 6, 2017
CCACHE
-
20
Add some examples to github page
Sean Corfield
import
Closed
Feb 8, 2012
CCACHE
-
43
through method should always have cache as first argument to make it more friendly for swap!
Sean Corfield
import
Closed
Sep 10, 2015
CCACHE
-
17
Create function backed cache
Sean Corfield
Fogus
Open
Dec 16, 2011
CCACHE
-
16
Benchmark v0.5.x against Google Guava
Sean Corfield
Fogus
Open
Dec 16, 2011
CCACHE
-
32
LIRSCache defect allows it's memory use to grow without bound
Sean Corfield
import
Open
Oct 10, 2013
CCACHE
-
44
Avoid equals for object comparison with the missing default keyword last
Fogus
Carin Meier
Closed
Mar 25, 2016
CCACHE
-
13
Deprecate Clache
Fogus
Fogus
Closed
Dec 13, 2011
CCACHE
-
3
Add LIRS support.
Fogus
Fogus
Closed
Dec 4, 2011
CCACHE
-
5
Implement SoftCache
Unassigned
Fogus
Closed
Dec 6, 2011
CCACHE
-
8
Add eviction implementation to LRUCache
Fogus
Fogus
Closed
Dec 8, 2011
CCACHE
-
12
LRUCache miss explodes if given an empty lru table
Fogus
Fogus
Closed
Dec 9, 2011
CCACHE
-
21
LRU and LU caches never evict entries that came in as a seed and are never accessed
Fogus
Fogus
Closed
Mar 14, 2012
CCACHE
-
4
Added LIRS factory fn
Fogus
Fogus
Closed
Dec 6, 2011
CCACHE
-
23
Overwriting entries in LRU-cache deletes LRU key-values unnecessarily
Fogus
import
Closed
Jun 22, 2012
CCACHE
-
19
Create 3-arg version of lookup
Fogus
Fogus
Closed
Jan 4, 2012
CCACHE
-
9
Add eviction implementation to TTLCache
Fogus
Fogus
Closed
Dec 8, 2011
CCACHE
-
33
Some tests have ordering dependent upon Clojure hash function
Fogus
Andy Fingerhut
Closed
Jan 31, 2014
CCACHE
-
25
TTLCache appears to have inconsistent behavior with respect to the TTL parameter
Fogus
David Santiago
Closed
Aug 2, 2012
CCACHE
-
24
Numerous Reflective Calls in core.cache
Fogus
David Santiago
Closed
Jul 19, 2012
CCACHE
-
26
hit function in LRU cache can give funny results
Fogus
import
Closed
Aug 22, 2012
CCACHE
-
22
Change limit parameter name in TTLCache
Fogus
Sebastian Galkin
Closed
Mar 30, 2012
CCACHE
-
7
Add eviction implementation to FIFOCache
Fogus
Fogus
Closed
Dec 8, 2011
CCACHE
-
2
FIFOCache seed does not properly seed the FIFO queue
Fogus
Fogus
Closed
Nov 30, 2011
Give feedback
1-50 of 61
1
2