Class CMMemoryPoolOptions

    • Constructor Detail

      • CMMemoryPoolOptions

        public CMMemoryPoolOptions()
    • Method Detail

      • has

        public boolean has​(CFString key)
      • get

        public <T extends org.robovm.rt.bro.NativeObject> T get​(CFString key,
                                                                java.lang.Class<T> type)
      • getAgeOutPeriod

        public long getAgeOutPeriod()
        Since:
        Available in iOS 6.0 and later.
      • setAgeOutPeriod

        public CMMemoryPoolOptions setAgeOutPeriod​(long ageOutPeriod)
        Since:
        Available in iOS 6.0 and later.