Class OyCaching

  • All Implemented Interfaces:
    Objectionary

    public final class OyCaching
    extends Object
    implements Objectionary
    Objectionary which caches objects locally.
    Since:
    1.0
    • Constructor Detail

      • OyCaching

        public OyCaching​(String ver,
                         Path cache,
                         Objectionary primary)
        Ctor.
        Parameters:
        ver - Version.
        cache - Cache directory.
        primary - Primary objectionary.