Projects
Filters
Dashboards
Apps
Create
core.cache
Classic software project
Back to project
Filters
All issues
Open issues
Done issues
Resolved recently
Updated recently
View all filters
Projects
/
Issues
Export Issues
Go to advanced search
Search issues
Submit
Assignee
Reporter
Status
Type
Switch to detail view
Type
Key
Summary
Assignee
Reporter
P
Status
Created
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
-
58
Documentation: it is not clear how the seed relates to the cache policy
Sean Corfield
Sean Corfield
Closed
Sep 18, 2019
CCACHE
-
57
Improper swap! arguments in clojure.core.cache.wrapped/miss
Unassigned
Alex Miller
Closed
Sep 1, 2019
CCACHE
-
56
wrapped TTL can return nil from lookup-or-miss
Sean Corfield
Sean Corfield
Closed
Aug 24, 2019
CCACHE
-
55
Split protocols from implementations
Sean Corfield
Andrea Richiardi
Open
Mar 19, 2019
CCACHE
-
54
TTL Cache sometimes returns nil
Sean Corfield
import
Closed
Mar 18, 2019
CCACHE
-
53
Unnecessary get during SoftCache lookup
Sean Corfield
import
Closed
Nov 29, 2018
CCACHE
-
52
SoftCache can cause an NPE if reference has been queued before eviction
Sean Corfield
import
Closed
Nov 29, 2018
CCACHE
-
51
Stats for cache
Sean Corfield
Oleksii Khomchenko
Open
Oct 3, 2018
CCACHE
-
50
Suggested usage subject to Cache Stampede
Sean Corfield
import
Closed
Sep 22, 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
-
47
Can't evict on LIRS cache
Sean Corfield
import
Closed
Oct 6, 2017
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
-
45
Spelling mistake
Fogus
import
Closed
Aug 6, 2016
CCACHE
-
44
Avoid equals for object comparison with the missing default keyword last
Fogus
Carin Meier
Closed
Mar 25, 2016
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
-
42
Porting core.cache to ClojureScript
Sean Corfield
Daniel Skarda
Closed
Jul 2, 2015
CCACHE
-
41
defcache needs to impl. iterator() to avoid Clojure 1.7 breakage
Fogus
Colin Taylor
Closed
May 9, 2015
CCACHE
-
40
FIFOCache StackOverflowError with high :threshold due to concat
Sean Corfield
import
Closed
May 6, 2015
CCACHE
-
39
FIFOCache member exempted from expulsion after evict
Sean Corfield
import
Closed
Feb 21, 2015
CCACHE
-
38
Add ARC or CAR algorithm
Sean Corfield
Daniel Compton
Open
Nov 25, 2014
CCACHE
-
37
Doc string typo fix
Fogus
Andy Fingerhut
Closed
Nov 11, 2014
CCACHE
-
36
Allow ttl to be set for a key on cache miss
Sean Corfield
import
Closed
Oct 10, 2014
CCACHE
-
35
Add weak-cache
Sean Corfield
import
Open
Aug 24, 2014
CCACHE
-
34
Update data.priority-map dependency
Fogus
Ambrose Bonnaire-Sergeant
Closed
Feb 27, 2014
CCACHE
-
33
Some tests have ordering dependent upon Clojure hash function
Fogus
Andy Fingerhut
Closed
Jan 31, 2014
CCACHE
-
32
LIRSCache defect allows it's memory use to grow without bound
Sean Corfield
import
Open
Oct 10, 2013
CCACHE
-
31
SoftCaches update in-place, other cache types don't
Sean Corfield
Tassilo Horn
Closed
Jul 25, 2013
CCACHE
-
30
make-reference need not be dynamic
Fogus
Paul Stadig
Closed
Feb 9, 2013
CCACHE
-
29
Is IPersistentCollection definition of cons correct?
Fogus
import
Closed
Nov 18, 2012
CCACHE
-
28
SoftCache NullPointerException in has? with many threads
Fogus
import
Closed
Oct 24, 2012
CCACHE
-
27
Missing LU and LRU is linear complexity - performance
Fogus
import
Closed
Sep 4, 2012
CCACHE
-
26
hit function in LRU cache can give funny results
Fogus
import
Closed
Aug 22, 2012
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
-
23
Overwriting entries in LRU-cache deletes LRU key-values unnecessarily
Fogus
import
Closed
Jun 22, 2012
CCACHE
-
22
Change limit parameter name in TTLCache
Fogus
Sebastian Galkin
Closed
Mar 30, 2012
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
-
20
Add some examples to github page
Sean Corfield
import
Closed
Feb 8, 2012
CCACHE
-
19
Create 3-arg version of lookup
Fogus
Fogus
Closed
Jan 4, 2012
CCACHE
-
18
Explore JSR 107- Java Temporary Caching API
Sean Corfield
Fogus
Closed
Dec 19, 2011
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
-
15
It appears that TTL cache exhibits quadratic performance (+ its evict is buggy)
Sean Corfield
Jason Wolfe
Closed
Dec 14, 2011
CCACHE
-
14
Asynchronous Cache Support
Sean Corfield
Pierre-Yves Ritschard
Closed
Dec 13, 2011
CCACHE
-
13
Deprecate Clache
Fogus
Fogus
Closed
Dec 13, 2011
CCACHE
-
12
LRUCache miss explodes if given an empty lru table
Fogus
Fogus
Closed
Dec 9, 2011
CCACHE
-
11
Add eviction implementation to LIRSCache
Sean Corfield
Fogus
Open
Dec 8, 2011
Give feedback
1-50 of 60
1
2