Giter Site home page Giter Site logo

cachy's People

Contributors

araishikeiwai avatar ggpeti avatar grosser avatar mindreframer avatar philly-mac avatar psychocandy avatar reneklacan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

cachy's Issues

what am I doing wrong?

puts Cachy.cache(:hey, expires_in: 1) { Random.rand(100) }
sleep 5
puts Cachy.cache(:hey, expires_in: 1) { Random.rand(100) }

I expect to see two different numbers. However, I see the same numbers. Why the first one is not expired?

@grosser please, help me understand...

Possible to use File class as cache store with Cachy?

Is it possible to use a File class with the cache store? This line:

    121     @cache_store = wrap_cache(cache)
    122     @cache_store.write HEALTH_CHECK_KEY, 'yes'

causes wrong number of arguments for .write

/usr/local/rvm/gems/ruby-2.1.5/gems/cachy-0.4.1/lib/cachy.rb:122:in `write': wrong number of arguments (2 for 1) (ArgumentError)
	from /usr/local/rvm/gems/ruby-2.1.5/gems/cachy-0.4.1/lib/cachy.rb:122:in `cache_store='
	from ./tlaloc.rb:48:in `<main>'

expires_in does not work with Moneta cache store

It seems like Cachy does not expire the cache even after timeout (or may be I am using it incorrectly).

Look at this test that I added to existing tests for Cachy using Moneta cache store which is failing.

rajatjindal@8f1bde6

Your feedback will be highly appreciated.

It fails as follows:

C02PRUQFG8WP:cachy rjindal$ rake
rspec spec/
...............F.........................................*.................

Pending:
Cachy key_versions merges in old when setting new
# !!!!!
# ./spec/cachy_spec.rb:275

Failures:

  1. Cachy::MonetaWrapper expires on timeout
    Failure/Error: Cachy.cache(:timeout_key) { 'newkey' }.should_not == 'original'
    expected not: == "original"
    got: "original"

    ./spec/cachy/moneta_wrapper_spec.rb:63:in `block (2 levels) in <top (required)>'

Finished in 3.14 seconds
75 examples, 1 failure, 1 pending

Failed examples:

rspec ./spec/cachy/moneta_wrapper_spec.rb:60 # Cachy::MonetaWrapper expires on timeout

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.