Module: Ehcache

Defined in:
lib/ehcache/active_support_store.rb,
lib/ehcache.rb,
lib/ehcache/java.rb,
lib/ehcache/version.rb

Overview

Base class for both the ActiveSupport 2 & 3 implementations

Defined Under Namespace

Modules: Config, Rails Classes: ActiveSupportStore, EhcacheError

Constant Summary collapse

EHCACHE_HOME =
File.expand_path(File.dirname(__FILE__) + '/..')
LOG =
Java::OrgSlf4j::LoggerFactory.getLogger("JRubyEhcache")
VERSION =
"1.3.2"