Class StandardCacheProvider

  • All Implemented Interfaces:
    CacheProvider

    @Singleton
    public class StandardCacheProvider
    extends Object
    implements CacheProvider
    Default standard usual ordinary habitual ;) CacheProvider. Use this for example when writing an end2end component test and wanting to bind to "just some implementation, the usual one that will probably be available at runtime".

    In the future, this may be extended to allow dynamically switching out cache implementations at run-time. Therefore, all client code should refer to this instead of another specific implementation.

    Author:
    Michael Vorburger.ch